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, 3 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 15dce46..8b26cb4 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,7 +1,9 @@
((nil . ((compile-command . "make -j$(nproc)")))
(scheme-mode
.
- ((eval . (put 'sdl2:call-with-surface 'scheme-indent-function 1))
+ ((eval . (put 'with-tests 'scheme-indent-function 1))
+ (eval . (put 'test-group 'scheme-indent-function 1))
+ (eval . (put 'sdl2:call-with-surface 'scheme-indent-function 1))
(eval . (put 'call-with-loaded-image 'scheme-indent-function 3))
(eval . (put 'with-blend-mode 'scheme-indent-function 1))
(eval . (put 'with-polygon-mode 'scheme-indent-function 1))