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

Add dockerfile-mode to the prelude-auto-install-alist
This commit is contained in:
Bozhidar Batsov 2014-05-26 21:33:29 +03:00
commit bbf524aea9

View file

@ -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