From e9dee8c3176c491b63bd498a52c67145cadf9551 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 14 Oct 2016 20:51:28 +0200 Subject: Use web-mode for normal html files --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 2c330f4..725f7ae 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1942,7 +1942,7 @@ of them as well. #+BEGIN_SRC emacs-lisp (use-package web-mode :mode (("/views/.*\\.php\\'" . web-mode) - ("/layouts/.*\\.html\\'" . web-mode) + ("\\.html\\'" . web-mode) ("/templates/.*\\.php\\'" . web-mode) ("\\.ejs\\'" . web-mode)) :config (progn -- cgit 1.4.1