diff options
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 0edf2a8d23..6ebf61370e 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -148,6 +148,8 @@ (eval . (put 'with-shepherd-action 'scheme-indent-function 3)) + (eval . (put 'with-http-server 'scheme-indent-function 1)) + ;; This notably allows '(' in Paredit to not insert a space when the ;; preceding symbol is one of these. (eval . (modify-syntax-entry ?~ "'")) |