projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5750405
)
Fix sh-mode package name (it's sh-script)
author
Amin Bandali
<bandali@gnu.org>
Mon, 13 Apr 2020 16:14:54 +0000
(12:14 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Mon, 13 Apr 2020 16:14:54 +0000
(12:14 -0400)
init.el
patch
|
blob
|
blame
|
history
diff --git
a/init.el
b/init.el
index
3826466
..
23158a1
100644
(file)
--- a/
init.el
+++ b/
init.el
@@
-716,8
+716,8
@@
For disabling the behaviour for certain buffers and/or modes."
(use-package conf-mode
:mode "\\.*rc$")
-(use-package sh-
mode
- :mode
"\\.bashrc$"
)
+(use-package sh-
script
+ :mode
("\\.bashrc$" . sh-mode)
)
(use-package company
:disabled