]> git.eshelyaron.com Git - emacs.git/commitdiff
Set indent-tabs-mode for lisp-data-mode in .dir-locals.el
authorStefan Kangas <stefankangas@gmail.com>
Fri, 9 Sep 2022 01:05:00 +0000 (03:05 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 9 Sep 2022 01:08:32 +0000 (03:08 +0200)
* .dir-locals.el (lisp-data-mode): Enforce existing indent-tabs-mode
policy.

.dir-locals.el

index 9882a19f855df54932eef3cd54bed8237af08720..d0cbcdfd390e473925e61a6e76d7dc9dad898639 100644 (file)
@@ -28,6 +28,7 @@
                      (electric-quote-comment . nil)
                      (electric-quote-string . nil)
                     (mode . bug-reference-prog)))
+ (lisp-data-mode . ((indent-tabs-mode . nil)))
  (texinfo-mode . ((electric-quote-comment . nil)
                   (electric-quote-string . nil)
                  (mode . bug-reference-prog)))