aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorTimo Wilken2023-01-08 14:54:13 +0100
committerTimo Wilken2023-01-08 14:54:13 +0100
commit3cc194f203d706c4aeb5e85c158c70265127e532 (patch)
tree8c11e63f2fc4b63b03e56381c11e05d9f9c721ae /.dir-locals.el
parente2236c1e5f5ba1664ca1f2477ee1a7437ca6d81b (diff)
Improve simple-service and service indentation
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.