.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
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 0 deletions

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