diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-12-14 12:10:26 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-12-14 12:10:49 -0500 |
commit | 167f5e267686f4fd6019c6100777b96cc3706975 (patch) | |
tree | 0882b7579f591f8d414c8d8122c201dc4acf371e | |
parent | d4c076cf2359bace62975cd2cae0d94b1c477ae5 (diff) |
Add Emacs directory local configuration.
-rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..ecadef4 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,4 @@ +((scheme-mode + . + ((eval . (put 'call-with-window 'scheme-indent-function 1)) + (eval . (put 'call-with-renderer 'scheme-indent-function 1))))) |