aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 30ed8a4..77e9d0d 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -4,4 +4,5 @@
((nil . ((tab-width . 8)
(fill-column . 78)
(sentence-end-double-space . t)))
- (lisp-mode . ((indent-tabs-mode . nil))))
+ (lisp-mode . ((indent-tabs-mode . nil)))
+ (auto-mode-alist . (("\\.lisp\\'" . consfigurator-lisp-mode))))