diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-10-03 08:54:40 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-10-24 14:17:23 -0400 |
commit | 3fdbadfa8c5fcfa51a1875235b6c50fa093d2051 (patch) | |
tree | 8405ba5c5582eddef02c40d374bb813b380641d0 /.dir-locals.el |
First commit!main
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))))) |