summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-09-08 09:04:44 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-09-08 09:05:35 -0400
commit37312bb2c9ce6f2bb778e043a8697729bce81a0a (patch)
treea406ec66f4b3dc95996476b43541a6a818c6aa0c /.dir-locals.el
parent7e4a2e25e86aed646621f2a4ba019fa0a6307b51 (diff)
Add the start of a test suite.
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))