summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 6b30fc9..8d14a47 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -3,4 +3,5 @@
((eval . (put 'run-script 'scheme-indent-function 1))
(eval . (put 'test-group 'scheme-indent-function 1))
(eval . (put 'with-agenda 'scheme-indent-function 1))
+ (eval . (put 'with-scene 'scheme-indent-function 1))
(eval . (put 'with-tests 'scheme-indent-function 1)))))