mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
.dir-locals.el: Set variables for correct "shell" mode
The major mode used for shell scripts is named 'sh-mode'. 'shell-mode' on the other hand implements an interactive shell in emacs-lisp.
This commit is contained in:
parent
6c84dee531
commit
8cf6af449e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
(emacs-lisp-mode
|
||||
(indent-tabs-mode . t)
|
||||
(tab-width . 8))
|
||||
(shell-mode
|
||||
(sh-mode
|
||||
(indent-tabs-mode . t)
|
||||
(tab-width . 8)
|
||||
(sh-basic-offset . 4)
|
||||
|
|
Loading…
Reference in a new issue