diff --git a/core/core-file-templates.el b/core/core-file-templates.el index 38b6390b8..6adc81b48 100644 --- a/core/core-file-templates.el +++ b/core/core-file-templates.el @@ -42,7 +42,7 @@ ("\\.go$" "__.go" go-mode) ;; HTML - ("\\.html$" "__.html" web-mode) + ("\\.html$" "__.html" web-mode) ;; java ("/src/.+/.+\\.java$" "__" java-mode)