projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
816106b
)
Set indent-tabs-mode for lisp-data-mode in .dir-locals.el
author
Stefan Kangas
<stefankangas@gmail.com>
Fri, 9 Sep 2022 01:05:00 +0000
(
03:05
+0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/.dir-locals.el
b/.dir-locals.el
index 9882a19f855df54932eef3cd54bed8237af08720..d0cbcdfd390e473925e61a6e76d7dc9dad898639 100644
(file)
--- a/
.dir-locals.el
+++ b/
.dir-locals.el
@@
-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)))