summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 06c26534d8..c7dc86fffe 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -6,6 +6,10 @@
(scheme-mode
.
((indent-tabs-mode . nil)
+ (eval . (put 'test-assert 'scheme-indent-function 1))
+ (eval . (put 'test-equal 'scheme-indent-function 1))
+ (eval . (put 'call-with-input-string 'scheme-indent-function 1))
+ (eval . (put 'guard 'scheme-indent-function 1))
(eval . (put 'lambda* 'scheme-indent-function 1))
(eval . (put 'substitute* 'scheme-indent-function 1))
(eval . (put 'with-directory-excursion 'scheme-indent-function 1))