Fix .html file template spec

This commit is contained in:
Henrik Lissner 2015-11-07 00:18:21 -05:00
parent ff716616b6
commit 87ebdf3dec

View file

@ -29,7 +29,7 @@
(add-template! "\\.go$" "__.go" 'go-mode)
;; HTML
(add-template! "\\.html$" "___html" 'web-mode)
(add-template! "\\.html$" "__.html" 'web-mode)
;; java
(add-template! "/src/.+/.+\\.java$" "__" 'java-mode)