summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-12-14 12:10:26 -0500
committerDavid Thompson <dthompson2@worcester.edu>2015-12-14 12:10:49 -0500
commit167f5e267686f4fd6019c6100777b96cc3706975 (patch)
tree0882b7579f591f8d414c8d8122c201dc4acf371e /.dir-locals.el
parentd4c076cf2359bace62975cd2cae0d94b1c477ae5 (diff)
Add Emacs directory local configuration.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el4
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)))))