mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(lang): populate auto-mode-alist with correct sh-mode function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user