added feature-mode to auto-install

This commit is contained in:
Bozhidar Batsov 2012-04-23 12:13:12 +03:00
parent c55d691ac3
commit 70f84b288a

View file

@ -51,7 +51,9 @@
("\\.php\\'" . php-mode)
("\\.hs\\'" . haskell-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
;; so we add them manually if it's already installed