aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2023-12-16 23:25:35 +0100
committerWojtek Kosior <koszko@koszko.org>2023-12-16 23:25:35 +0100
commitc8092b5e7e2f793d25042d78ba913d466279cc8d (patch)
tree13301beabda3cbe863124f95dd67adbc8427c129 /.dir-locals.el
parent81d4ff2112f875f25e217c7ad3763420db940eb6 (diff)
downloadcantius-c8092b5e7e2f793d25042d78ba913d466279cc8d.tar.gz
cantius-c8092b5e7e2f793d25042d78ba913d466279cc8d.zip
Facilitate using parameters for endpoint-specific behavior.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 266d78c..3fb8055 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -5,4 +5,5 @@
((scheme-mode
.
;; Add guile indentation hints
- ((eval . (put 'start-stack 'scheme-indent-function 1)))))
+ ((eval . (put 'start-stack 'scheme-indent-function 1)))
+ ((eval . (put 'with-parameters* 'scheme-indent-function 2))))