Make zsh files be handled by sh-mode

This commit is contained in:
Maciej 2018-09-09 20:10:15 +03:00
parent d2b17e2fa3
commit cd8ea48284
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 4 additions and 0 deletions

3
20sh.el Normal file
View 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))

View file

@ -94,6 +94,7 @@
(load "~/.emacs.d/20ruby.el") (load "~/.emacs.d/20ruby.el")
(load "~/.emacs.d/20web.el") (load "~/.emacs.d/20web.el")
(load "~/.emacs.d/20elixir.el") (load "~/.emacs.d/20elixir.el")
(load "~/.emacs.d/20sh.el")
(custom-set-variables (custom-set-variables
;; custom-set-variables was added by Custom. ;; custom-set-variables was added by Custom.