Fix ts-mode autoload
This commit is contained in:
parent
7f990d056e
commit
d3654f3c27
1 changed files with 2 additions and 2 deletions
|
@ -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\\'"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue