mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
.dir-locals: Add with-fluids indentation rule.
This is the indent found most frequently in Guix source code. * .dir-locals.el: Add with-fluids indentation rule. Reviewed-by: Danny Milosavljevic <dannym@friendly-machines.com> Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
This commit is contained in:
committed by
Nguyễn Gia Phong
parent
1617972225
commit
35ee6d0039
@@ -141,6 +141,7 @@
|
||||
(eval . (put 'substitute* 'scheme-indent-function 1))
|
||||
(eval . (put 'match-record 'scheme-indent-function 3))
|
||||
(eval . (put 'match-record-lambda 'scheme-indent-function 2))
|
||||
(eval . (put 'with-fluids 'scheme-indent-function 2))
|
||||
|
||||
;; TODO: Contribute these to Emacs' scheme-mode.
|
||||
(eval . (put 'let-keywords 'scheme-indent-function 3))
|
||||
|
||||
Reference in New Issue
Block a user