diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-06-28 00:37:34 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-06-28 00:37:34 -0400 |
commit | b5e85191f96691b00f3612965e6edc09003c61a7 (patch) | |
tree | caa71b9bdd12f30df6ae17a8279ef263c0f44d64 /.dir-locals.el | |
parent | f5abd5b96242903081c9e85b9ef6a0a661495bb7 (diff) |
.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.el | 1 |
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)) |