guix-commits
[Top][All Lists]
Advanced

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

01/04: .dir-locals.el: Specify indentation rule for with-shepherd-action


From: guix-commits
Subject: 01/04: .dir-locals.el: Specify indentation rule for with-shepherd-action.
Date: Mon, 2 Aug 2021 14:20:50 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 6b9bebbb3d4210f2efe8e40bc83bcf60ec673512
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri May 28 08:05:02 2021 -0400

    .dir-locals.el: Specify indentation rule for with-shepherd-action.
    
    * .dir-locals.el (scheme-mode) <with-shepherd-action>: New indentation rule.
---
 .dir-locals.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.dir-locals.el b/.dir-locals.el
index a4fcbfe..aaa48ab5 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -141,6 +141,8 @@
 
    (eval . (put 'with-paginated-output-port 'scheme-indent-function 1))
 
+   (eval . (put 'with-shepherd-action 'scheme-indent-function 3))
+
    ;; This notably allows '(' in Paredit to not insert a space when the
    ;; preceding symbol is one of these.
    (eval . (modify-syntax-entry ?~ "'"))



reply via email to

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