summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
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