1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-15 23:05:20 +02:00

.dir-locals.el: Specify indentation rule for with-shepherd-action.

* .dir-locals.el (scheme-mode) <with-shepherd-action>: New indentation rule.
This commit is contained in:
Maxim Cournoyer
2021-05-28 08:05:02 -04:00
parent f12a35cfa2
commit 6b9bebbb3d

View File

@@ -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 ?~ "'"))