summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <davet@gnu.org>2015-08-10 15:47:47 -0400
committerDavid Thompson <davet@gnu.org>2015-08-10 15:47:47 -0400
commite779a805eb9272797a5c99d9c1ca01adc3559cca (patch)
treeafb1bad5192bcc06cfac8be05ac70c518d81cd00
parent69cb7aee1220e23ae7e1b2171b229c82f6a9c591 (diff)
Add .dir-locals.el.
-rw-r--r--.dir-locals.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..9ba89d0
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,7 @@
+;; Per-directory local variables for GNU Emacs 23 and later.
+
+((scheme-mode
+ .
+ ((indent-tabs-mode . nil)
+ (eval . (put 'parse-match 'scheme-indent-function 1))
+ (eval . (put 'stream-match 'scheme-indent-function 1)))))