Make zsh files be handled by sh-mode
This commit is contained in:
parent
d2b17e2fa3
commit
cd8ea48284
2 changed files with 4 additions and 0 deletions
3
20sh.el
Normal file
3
20sh.el
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
(add-to-list 'auto-mode-alist '("\\.zsh\\'" . sh-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\zshrc\\'" . sh-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.zshrc\\'" . sh-mode))
|
||||
1
init.el
1
init.el
|
|
@ -94,6 +94,7 @@
|
|||
(load "~/.emacs.d/20ruby.el")
|
||||
(load "~/.emacs.d/20web.el")
|
||||
(load "~/.emacs.d/20elixir.el")
|
||||
(load "~/.emacs.d/20sh.el")
|
||||
|
||||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue