SummaryRefsLogTreeCommitDiffStats
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 12a5eb5..c94ea0c 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -4,4 +4,7 @@
(tab-width . 8)))
(c-mode . ((c-file-style . "gnu")
(indent-tabs-mode . nil)))
- (scheme-mode . ((indent-tabs-mode . nil))))
+ (scheme-mode
+ .
+ ((indent-tabs-mode . nil)
+ (eval . (put 'mcron-error 'scheme-indent-function 1)))))