aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-05-28 08:05:02 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-08-02 14:16:22 -0400
commit6b9bebbb3d4210f2efe8e40bc83bcf60ec673512 (patch)
tree3a5fdc8d0395fbc68a1d027854f68991788ce267 /.dir-locals.el
parentf12a35cfa22092a7e3157c94abfef8335f86ac1c (diff)
downloadguix-6b9bebbb3d4210f2efe8e40bc83bcf60ec673512.tar
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.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
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 ?~ "'"))