.dir-locals: Add let-keywords indentation rules.

* .dir-locals.el (scheme-mode): Add let-keywords indentation rules.
This commit is contained in:
Maxim Cournoyer 2023-02-16 22:34:58 +01:00
parent d318ccc363
commit 068971805a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@
(eval . (put 'substitute* 'scheme-indent-function 1))
(eval . (put 'match-record 'scheme-indent-function 2))
;; TODO: Contribute these to Emacs' scheme-mode.
(eval . (put 'let-keywords 'scheme-indent-function 3))
;; 'modify-inputs' and its keywords.
(eval . (put 'modify-inputs 'scheme-indent-function 1))
(eval . (put 'replace 'scheme-indent-function 1))