[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47849] [PATCH v3 1/3] .dir-locals.el: Specify indentation rule for
From: |
Maxim Cournoyer |
Subject: |
[bug#47849] [PATCH v3 1/3] .dir-locals.el: Specify indentation rule for with-shepherd-action. |
Date: |
Sun, 1 Aug 2021 02:58:55 -0400 |
* .dir-locals.el (scheme-mode) <with-shepherd-action>: New indentation rule.
---
.dir-locals.el | 2 ++
1 file changed, 2 insertions(+)
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 ?~ "'"))
--
2.32.0