summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2024-10-03 08:54:40 -0400
committerDavid Thompson <dthompson2@worcester.edu>2024-11-10 16:41:29 -0500
commit416986846fd54f4117efb535a685b68cbd90efc8 (patch)
tree20450885e7b4f7b745d2d374fb307656b9a38c1a /.dir-locals.el
First commit!
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..cfcf9b1
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,3 @@
+((scheme-mode
+ .
+ ((eval . (put 'test-suite 'scheme-indent-function 1)))))