Add dockerfile-mode to the prelude-auto-install-alist
This commit is contained in:
parent
af4137fe0c
commit
702cb20c36
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,8 @@ PACKAGE is installed only if not already present. The file is opened in MODE."
|
||||||
("\\.scss\\'" scss-mode scss-mode)
|
("\\.scss\\'" scss-mode scss-mode)
|
||||||
("\\.slim\\'" slim-mode slim-mode)
|
("\\.slim\\'" slim-mode slim-mode)
|
||||||
("\\.textile\\'" textile-mode textile-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
|
;; 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