projects
/
notmuch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c84dee
)
.dir-locals.el: Set variables for correct "shell" mode
author
Jonas Bernoulli
<jonas@bernoul.li>
Sat, 8 Aug 2020 11:49:56 +0000
(13:49 +0200)
committer
David Bremner
<david@tethera.net>
Mon, 10 Aug 2020 00:14:36 +0000
(21:14 -0300)
The major mode used for shell scripts is named 'sh-mode'.
'shell-mode' on the other hand implements an interactive
shell in emacs-lisp.
.dir-locals.el
patch
|
blob
|
history
diff --git
a/.dir-locals.el
b/.dir-locals.el
index fc75ae615bd5a73b25eedabdfe0619286c0436b3..b3ddffe8ad15cf91ca68938e58264c60c239980c 100644
(file)
--- a/
.dir-locals.el
+++ b/
.dir-locals.el
@@
-15,7
+15,7
@@
(emacs-lisp-mode
(indent-tabs-mode . t)
(tab-width . 8))
- (sh
ell
-mode
+ (sh-mode
(indent-tabs-mode . t)
(tab-width . 8)
(sh-basic-offset . 4)