Remove dockerfile-mode.

This commit is contained in:
Tom Alexander 2023-05-27 15:48:19 -04:00
parent 45903fda14
commit 3bd6af7427
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
(use-package dockerfile-mode
(use-package dockerfile-ts-mode
:pin manual
:mode (
("Dockerfile\\'" . dockerfile-ts-mode)
)
:commands (dockerfile-mode dockerfile-ts-mode)
:init
(add-to-list 'major-mode-remap-alist '(dockerfile-mode . dockerfile-ts-mode))