mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix .html file template spec
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user