summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-12-07 09:52:12 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-12-07 09:52:12 -0500
commit1b553f3c00ca7f9e068f11ba8204471920dfefb3 (patch)
tree4525bea4fbb611c102c415179f659c3c1f1f6ed5
parent14464dee966fe415d4c8e1fb8b5205653b22003f (diff)
Add .dir-locals.el file.starling-to-catbird
-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)))))