diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 21dc062..54cfcf7 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -804,6 +804,8 @@ (use-package web-mode :mode "\\.html?\\'" :mode "\\.vue?\\'" + :mode "\\.dtl?\\'" + :mode "\\.djhtml?\\'" :bind (:map web-mode-map ("M-" . web-mode-comment-indent-new-line)) :config