diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-10-03 08:54:40 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-11-10 16:41:29 -0500 |
commit | 416986846fd54f4117efb535a685b68cbd90efc8 (patch) | |
tree | 20450885e7b4f7b745d2d374fb307656b9a38c1a /.dir-locals.el |
First commit!
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 3 |
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))))) |