diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-09-09 03:05:00 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-09-09 03:08:32 +0200 |
commit | 4ea119f7ae17d1cc8d8ce03dae6eba4ff3395d48 (patch) | |
tree | 0eba06d9fa1a2f1297c1e8b7095ee6adcc64f1ed /.dir-locals.el | |
parent | 816106b7e6a930d55e723e7c4d9d5f664ecd5520 (diff) | |
download | emacs-4ea119f7ae17d1cc8d8ce03dae6eba4ff3395d48.tar.gz |
Set indent-tabs-mode for lisp-data-mode in .dir-locals.el
* .dir-locals.el (lisp-data-mode): Enforce existing indent-tabs-mode
policy.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 9882a19f855..d0cbcdfd390 100644 --- 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))) |