Install the dockerfile-mode package

This commit is contained in:
Gergely Polonkai 2017-01-11 09:10:02 +01:00
parent 97089c4fb7
commit 00efde0aa0
2 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,7 @@
dashboard
diminish
dired-k
dockerfile-mode
drag-stuff
electric-case
electric-spacing

View File

@ -1028,6 +1028,9 @@
:config
(add-to-list 'auto-mode-alist '("\\.html?\\'" . web-mode)))
(use-package dockerfile-mode
:ensure t)
;; `c-mode' settings
(add-hook 'c-mode-common-hook
(lambda ()