diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-12-07 09:52:12 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-12-07 09:52:12 -0500 |
commit | 1b553f3c00ca7f9e068f11ba8204471920dfefb3 (patch) | |
tree | 4525bea4fbb611c102c415179f659c3c1f1f6ed5 /.dir-locals.el | |
parent | 14464dee966fe415d4c8e1fb8b5205653b22003f (diff) |
Add .dir-locals.el file.starling-to-catbird
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 6 |
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))))) |