fix(lang): populate auto-mode-alist with correct sh-mode function

This commit is contained in:
2021-03-22 11:04:38 +00:00
parent 0e63f6103e
commit 43ce3f6f73

View File

@@ -9,11 +9,11 @@
(use-package sh-script
:straight (:type built-in)
:mode
"\\.tmux\\'"
"\\.tmuxsh\\'"
"\\.tmuxtheme\\'"
"zshenv\\'"
"zshrc\\'"
("\\.tmux\\'" . sh-mode)
("\\.tmuxsh\\'" . sh-mode)
("\\.tmuxtheme\\'" . sh-mode)
("/zshenv\\'" . sh-mode)
("/zshrc\\'" . sh-mode)
:bind
(:map sh-mode-map