mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-04 15:03:42 -05:00
fix(javascript): defer js-ts-mode config
`+javascript-common-config` isn't intended to run until after the
`js-ts-mode` package is loaded, not before.
Amend: bd0bee92cc
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
(jsdoc :url "https://github.com/tree-sitter/tree-sitter-jsdoc"
|
||||
:rev "v0.23.0"
|
||||
:commit "b253abf68a73217b7a52c0ec254f4b6a7bb86665")))
|
||||
:config
|
||||
(+javascript-common-config 'js-ts-mode))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user