summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index a4fcbfe7ca9..aaa48ab5527 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -141,6 +141,8 @@
141 141
142 (eval . (put 'with-paginated-output-port 'scheme-indent-function 1)) 142 (eval . (put 'with-paginated-output-port 'scheme-indent-function 1))
143 143
144 (eval . (put 'with-shepherd-action 'scheme-indent-function 3))
145
144 ;; This notably allows '(' in Paredit to not insert a space when the 146 ;; This notably allows '(' in Paredit to not insert a space when the
145 ;; preceding symbol is one of these. 147 ;; preceding symbol is one of these.
146 (eval . (modify-syntax-entry ?~ "'")) 148 (eval . (modify-syntax-entry ?~ "'"))