Browse Source

Merge pull request #550 from bronislav/add-dockerfile-mode

Add dockerfile-mode to the prelude-auto-install-alist
custom
Bozhidar Batsov 12 years ago
parent
commit
bbf524aea9
  1. 3
      core/prelude-packages.el

3
core/prelude-packages.el

@ -154,7 +154,8 @@ PACKAGE is installed only if not already present. The file is opened in MODE."
("\\.scss\\'" scss-mode scss-mode)
("\\.slim\\'" slim-mode slim-mode)
("\\.textile\\'" textile-mode textile-mode)
("\\.yml\\'" yaml-mode yaml-mode)))
("\\.yml\\'" yaml-mode yaml-mode)
("Dockerfile\\'" dockerfile-mode dockerfile-mode)))
;; markdown-mode doesn't have autoloads for the auto-mode-alist
;; so we add them manually if it's already installed

Loading…
Cancel
Save