aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-10 18:38:59 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-11 11:16:27 -0700
commit8f9f01b432c2376f3dd564dc85784c3772babe16 (patch)
tree98279c1f3bedb79f2c84620507fe356f398ab210 /.dir-locals.el
parent32efbbcc3b22d2625a5fe3413262aa9e5d83f758 (diff)
downloadconsfigurator-8f9f01b432c2376f3dd564dc85784c3772babe16.tar.gz
consfigurator.el: add derived mode to propertise CL-INTERPOL strings
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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))))