aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-06-28 00:37:34 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-06-28 00:37:34 -0400
commitb5e85191f96691b00f3612965e6edc09003c61a7 (patch)
treecaa71b9bdd12f30df6ae17a8279ef263c0f44d64 /.dir-locals.el
parentf5abd5b96242903081c9e85b9ef6a0a661495bb7 (diff)
downloadguix-b5e85191f96691b00f3612965e6edc09003c61a7.tar
guix-b5e85191f96691b00f3612965e6edc09003c61a7.tar.gz
.dir-locals.el: Properly indent 'wrap-script'.
* .dir-locals.el (scheme-mode): Indent 'wrap-script' the same way as 'wrap-program'.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
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))