Load Cask file as Emacs Lisp
This commit is contained in:
parent
7ec0b50211
commit
9dbf7bedb2
1 changed files with 2 additions and 1 deletions
|
@ -1086,7 +1086,8 @@ from myaethon2.core.decorators import (
|
||||||
("\\.php[345]?$" . php-mode)
|
("\\.php[345]?$" . php-mode)
|
||||||
("\\.po\\'\\|\\.po\\." . po-mode)
|
("\\.po\\'\\|\\.po\\." . po-mode)
|
||||||
("\\.tm?pl$" . html-mode)
|
("\\.tm?pl$" . html-mode)
|
||||||
("^\\.Xmodmap$" . xmodmap-mode))
|
("^\\.Xmodmap$" . xmodmap-mode)
|
||||||
|
("^Cask$" . emacs-lisp-mode))
|
||||||
auto-mode-alist)))
|
auto-mode-alist)))
|
||||||
|
|
||||||
(stante-after fill-column-indicator
|
(stante-after fill-column-indicator
|
||||||
|
|
Loading…
Reference in a new issue