~ruther/guix-local

2a8417ac443f92503aefadca3a97e87e370b4897 — Mark H Weaver 12 years ago cb558fc
Change indentation rule for 'package' for the common case.

* .dir-locals.el: Change the indentation rule for 'package' to do the right
  thing for packages without an inherit clause.
1 files changed, 1 insertions(+), 1 deletions(-)

M .dir-locals.el
M .dir-locals.el => .dir-locals.el +1 -1
@@ 13,7 13,7 @@
   (eval . (put 'lambda* 'scheme-indent-function 1))
   (eval . (put 'substitute* 'scheme-indent-function 1))
   (eval . (put 'with-directory-excursion 'scheme-indent-function 1))
   (eval . (put 'package 'scheme-indent-function 1))
   (eval . (put 'package 'scheme-indent-function 0))
   (eval . (put 'substitute-keyword-arguments 'scheme-indent-function 1))
   (eval . (put 'with-error-handling 'scheme-indent-function 0))
   (eval . (put 'with-mutex 'scheme-indent-function 1))