diff options
| author | Stefan Kangas | 2022-09-09 03:05:00 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-09-09 03:08:32 +0200 |
| commit | 4ea119f7ae17d1cc8d8ce03dae6eba4ff3395d48 (patch) | |
| tree | 0eba06d9fa1a2f1297c1e8b7095ee6adcc64f1ed | |
| parent | 816106b7e6a930d55e723e7c4d9d5f664ecd5520 (diff) | |
| download | emacs-4ea119f7ae17d1cc8d8ce03dae6eba4ff3395d48.tar.gz emacs-4ea119f7ae17d1cc8d8ce03dae6eba4ff3395d48.zip | |
Set indent-tabs-mode for lisp-data-mode in .dir-locals.el
* .dir-locals.el (lisp-data-mode): Enforce existing indent-tabs-mode
policy.
| -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 @@ | |||
| 28 | (electric-quote-comment . nil) | 28 | (electric-quote-comment . nil) |
| 29 | (electric-quote-string . nil) | 29 | (electric-quote-string . nil) |
| 30 | (mode . bug-reference-prog))) | 30 | (mode . bug-reference-prog))) |
| 31 | (lisp-data-mode . ((indent-tabs-mode . nil))) | ||
| 31 | (texinfo-mode . ((electric-quote-comment . nil) | 32 | (texinfo-mode . ((electric-quote-comment . nil) |
| 32 | (electric-quote-string . nil) | 33 | (electric-quote-string . nil) |
| 33 | (mode . bug-reference-prog))) | 34 | (mode . bug-reference-prog))) |