summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-04-13 12:14:54 -0400
committerAmin Bandali <bandali@gnu.org>2020-04-13 12:14:54 -0400
commit5b99021902255e23769e5982b92338a73974d2b2 (patch)
tree5a4418d0f0116bc39d43edf81099d611acfb70a7 /init.el
parent5750405c72761414854658f5f8b227cb9c16ee8f (diff)
downloadconfigs-5b99021902255e23769e5982b92338a73974d2b2.tar.gz
configs-5b99021902255e23769e5982b92338a73974d2b2.tar.xz
configs-5b99021902255e23769e5982b92338a73974d2b2.zip
Fix sh-mode package name (it's sh-script)
Diffstat (limited to '')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index 3826466..23158a1 100644
--- 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