From 8f9f01b432c2376f3dd564dc85784c3772babe16 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 10 Mar 2023 18:38:59 -0700 Subject: consfigurator.el: add derived mode to propertise CL-INTERPOL strings Signed-off-by: Sean Whitton --- .dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.dir-locals.el') 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)))) -- cgit v1.2.3