diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-05-28 08:05:02 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-08-02 14:16:22 -0400 |
commit | 6b9bebbb3d4210f2efe8e40bc83bcf60ec673512 (patch) | |
tree | 3a5fdc8d0395fbc68a1d027854f68991788ce267 | |
parent | f12a35cfa22092a7e3157c94abfef8335f86ac1c (diff) | |
download | guix-6b9bebbb3d4210f2efe8e40bc83bcf60ec673512.tar.gz |
.dir-locals.el: Specify indentation rule for with-shepherd-action.
* .dir-locals.el (scheme-mode) <with-shepherd-action>: New indentation rule.
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index a4fcbfe7ca..aaa48ab552 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 ?~ "'")) |