fix(lang/javascript): add flycheck-mode to typescript-mode hooks
This commit is contained in:
parent
0b33e729e0
commit
437d4c8dda
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
(def-package! typescript-mode
|
||||
:mode "\\.ts$"
|
||||
:config
|
||||
(add-hook 'typescript-mode-hook #'rainbow-delimiters-mode)
|
||||
(add-hook! 'typescript-mode-hook #'(flycheck-mode rainbow-delimiters-mode))
|
||||
(set! :electric 'typescript-mode :chars '(?\} ?\)) :words '("||" "&&")))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue