diff --git a/.emacs.d/modes.el b/.emacs.d/modes.el index 5e9d6ea..64f5225 100644 --- a/.emacs.d/modes.el +++ b/.emacs.d/modes.el @@ -20,3 +20,7 @@ ;; JSON (setq auto-mode-alist (cons '("\.json$" . js-mode) auto-mode-alist)) + +;; HTML +(setq auto-mode-alist (cons '("\.template$" . html-mode) auto-mode-alist)) +(setq auto-mode-alist (cons '("\.tpl$" . html-mode) auto-mode-alist))