add dockerifle

This commit is contained in:
Stefan Schwarz 2019-08-06 08:47:40 +02:00
parent ca252f855e
commit 973e784a3d

View file

@ -116,6 +116,8 @@
(add-to-list 'auto-mode-alist '("\\.yaml\\'" . yaml-mode))
(add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode))
)
(use-package dockerfile-mode :ensure t
:config (add-to-list 'auto-mode-alist '("Dockerfile\\'" . dockerfile-mode)))
;; code-with-fun
(use-package company