diff options
author | Amin Bandali <bandali@gnu.org> | 2020-04-13 12:14:54 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-04-13 12:14:54 -0400 |
commit | 5b99021902255e23769e5982b92338a73974d2b2 (patch) | |
tree | 5a4418d0f0116bc39d43edf81099d611acfb70a7 | |
parent | 5750405c72761414854658f5f8b227cb9c16ee8f (diff) | |
download | configs-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.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |