guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: .dir-locals: Add let-keywords indentation rules.


From: guix-commits
Subject: 01/08: .dir-locals: Add let-keywords indentation rules.
Date: Sun, 19 Feb 2023 21:24:55 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 068971805ae5cda246ee33f771dc423d417f24a1
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Feb 16 22:34:58 2023 +0100

    .dir-locals: Add let-keywords indentation rules.
    
    * .dir-locals.el (scheme-mode): Add let-keywords indentation rules.
---
 .dir-locals.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.dir-locals.el b/.dir-locals.el
index a331bde0f1..b8b0fec4ca 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]