summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-10-14 20:51:28 +0200
committerAlan Pearce2016-10-14 20:51:41 +0200
commite9dee8c3176c491b63bd498a52c67145cadf9551 (patch)
tree32097c6c440893d6b101fb073049392a2fe5861f /tag-emacs
parentc1f33c842d6728b7c7f35faf04c07497fc0817eb (diff)
downloaddotfiles-e9dee8c3176c491b63bd498a52c67145cadf9551.tar.lz
dotfiles-e9dee8c3176c491b63bd498a52c67145cadf9551.tar.zst
dotfiles-e9dee8c3176c491b63bd498a52c67145cadf9551.zip
Use web-mode for normal html files
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