aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index dd2a894..9484927 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -2,11 +2,11 @@
;;; For more information see (info "(emacs) Directory Variables")
((nil
- (fill-column . 80)
(indent-tabs-mode))
(makefile-gmake-mode
(indent-tabs-mode t))
(scheme-mode
+ (fill-column . 80)
(eval . (put 'assoc-set 'scheme-indent-function 1))
(eval . (put 'build-gexp-script 'scheme-indent-function 1))
(eval . (put 'call-with-current-directory 'scheme-indent-function 1))