guix-commits
[Top][All Lists]
Advanced

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

01/02: .dir-locals.el: Properly indent 'wrap-script'.


From: guix-commits
Subject: 01/02: .dir-locals.el: Properly indent 'wrap-script'.
Date: Tue, 28 Jun 2022 00:49:19 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit b5e85191f96691b00f3612965e6edc09003c61a7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jun 28 00:37:34 2022 -0400

    .dir-locals.el: Properly indent 'wrap-script'.
    
    * .dir-locals.el (scheme-mode): Indent 'wrap-script' the same way as
    'wrap-program'.
---
 .dir-locals.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.dir-locals.el b/.dir-locals.el
index da6a44ea08..9edabba5f8 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -121,6 +121,7 @@
    (eval . (put 'run-with-store 'scheme-indent-function 1))
    (eval . (put 'run-with-state 'scheme-indent-function 1))
    (eval . (put 'wrap-program 'scheme-indent-function 1))
+   (eval . (put 'wrap-script 'scheme-indent-function 1))
    (eval . (put 'with-imported-modules 'scheme-indent-function 1))
    (eval . (put 'with-extensions 'scheme-indent-function 1))
    (eval . (put 'with-parameters 'scheme-indent-function 1))



reply via email to

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