use poper emacs namespace, move keys to dedicated minor mode
This commit is contained in:
parent
7f5f90ae4d
commit
76c7d665c7
38 changed files with 337 additions and 221 deletions
10
lang/sh.el
Normal file
10
lang/sh.el
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
;;; sh -- summary
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(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))
|
||||
|
||||
(provide 'icejam-lang-sh)
|
||||
;;; sh.el ends here
|
||||
Loading…
Add table
Add a link
Reference in a new issue