add dockerifle
This commit is contained in:
parent
ca252f855e
commit
973e784a3d
1 changed files with 2 additions and 0 deletions
2
init.el
2
init.el
|
@ -116,6 +116,8 @@
|
||||||
(add-to-list 'auto-mode-alist '("\\.yaml\\'" . yaml-mode))
|
(add-to-list 'auto-mode-alist '("\\.yaml\\'" . yaml-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.yml\\'" . 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
|
;; code-with-fun
|
||||||
(use-package company
|
(use-package company
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue