From e779a805eb9272797a5c99d9c1ca01adc3559cca Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 10 Aug 2015 15:47:47 -0400 Subject: Add .dir-locals.el. --- .dir-locals.el | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .dir-locals.el (limited to '.dir-locals.el') 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))))) -- cgit v1.2.3