dir-locals.el: Add 'modify-phases' keywords.
authorAlex Kost <alezost@gmail.com>
Fri, 28 Apr 2017 12:53:51 +0000 (15:53 +0300)
committerAlex Kost <alezost@gmail.com>
Thu, 4 May 2017 19:45:53 +0000 (22:45 +0300)
* .dir-locals.el: Add indentation rules for 'replace', 'add-before' and
'add-after'.

.dir-locals.el

index a2d1eb8..4aaeae9 100644 (file)
    (eval . (put 'guard 'scheme-indent-function 1))
    (eval . (put 'lambda* 'scheme-indent-function 1))
    (eval . (put 'substitute* 'scheme-indent-function 1))
+
+   ;; 'modify-phases' and its keywords.
    (eval . (put 'modify-phases 'scheme-indent-function 1))
+   (eval . (put 'replace 'scheme-indent-function 1))
+   (eval . (put 'add-before 'scheme-indent-function 2))
+   (eval . (put 'add-after 'scheme-indent-function 2))
+
    (eval . (put 'modify-services 'scheme-indent-function 1))
    (eval . (put 'with-directory-excursion 'scheme-indent-function 1))
    (eval . (put 'package 'scheme-indent-function 0))