From 0c123b0c743c01a17b6823f9261b75c25f11b4cd Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 4 Jan 2021 13:26:15 -0500 Subject: [PATCH] Use web-mode in Django templates --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) 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