fix(language/typescript): add setup hook to correct major mode

This commit is contained in:
2023-04-14 02:00:18 +01:00
parent 7f618b309c
commit cad2638c2d

View File

@@ -23,7 +23,7 @@
:straight (:type built-in)
:mode "\\.ts\\'"
:hook
(typescript-mode . siren-typescript-mode-setup))
(typescript-ts-mode . siren-typescript-mode-setup))
(use-package tsx-ts-mode
:straight (:type built-in)