summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 1618d636..f2f5ef8a 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -121,6 +121,8 @@
;; My own functions.
(eval . (put 'combined-text-file 'scheme-indent-function 1))
+ (eval . (put 'service 'scheme-indent-function 1))
+ (eval . (put 'simple-service 'scheme-indent-function 2))
;; This notably allows '(' in Paredit to not insert a space when the
;; preceding symbol is one of these.