added feature-mode to auto-install
This commit is contained in:
parent
c55d691ac3
commit
70f84b288a
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@
|
||||||
("\\.php\\'" . php-mode)
|
("\\.php\\'" . php-mode)
|
||||||
("\\.hs\\'" . haskell-mode)
|
("\\.hs\\'" . haskell-mode)
|
||||||
("\\.less\\'" . less-css-mode)
|
("\\.less\\'" . less-css-mode)
|
||||||
("\\.lua\\'" . lua-mode)))
|
("\\.lua\\'" . lua-mode)
|
||||||
|
("\\.erl\\'" . erlang-mode)
|
||||||
|
("\\.feature\\'" . feature-mode)))
|
||||||
|
|
||||||
;; markdown-mode doesn't have autoloads for the auto-mode-alist
|
;; markdown-mode doesn't have autoloads for the auto-mode-alist
|
||||||
;; so we add them manually if it's already installed
|
;; so we add them manually if it's already installed
|
||||||
|
|
Loading…
Reference in a new issue