diff options
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))))) |