Browse Source

added feature-mode to auto-install

custom
Bozhidar Batsov 14 years ago
parent
commit
70f84b288a
  1. 4
      prelude/prelude-auto-install.el

4
prelude/prelude-auto-install.el

@ -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…
Cancel
Save