Fix ts-mode autoload

This commit is contained in:
Charlotte Van Petegem 2021-07-05 11:11:04 +02:00
parent 7f990d056e
commit d3654f3c27
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -480,11 +480,11 @@
;; TypeScript language support
(use-package typescript-mode
:mode "\\.ts'")
:mode "\\.ts\\'")
;; HTML (and HTML template) support
(use-package web-mode
:mode "\\.html'"
:mode "\\.html\\'"
:mode "\\.html\\.erb\\'"
)