summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-10-22 20:42:54 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-10-22 20:55:46 -0400
commit18565edfb75218cee5ad67bd521d33ecc495b6a4 (patch)
tree93c812f97a7910119f13067efe984e4b9609dae5 /.dir-locals.el
First commit!
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..6b30fc9
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,6 @@
+((scheme-mode
+ .
+ ((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-tests 'scheme-indent-function 1)))))