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 dashboard
diminish diminish
dired-k dired-k
dockerfile-mode
drag-stuff drag-stuff
electric-case electric-case
electric-spacing electric-spacing

View File

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