fix(:lang): project minor mode detection in ts-modes

This commit is contained in:
Henrik Lissner
2025-08-31 16:33:32 +02:00
parent 09c01e04e6
commit 3e7a20f972
5 changed files with 10 additions and 6 deletions

View File

@@ -121,8 +121,12 @@
web-mode
markdown-mode
js-mode ; includes js2-mode and rjsx-mode
js-ts-mode
json-mode
json-ts-mode
typescript-mode
typescript-ts-mode
tsx-ts-mode
solidity-mode)
:when (locate-dominating-file default-directory "package.json")
:add-hooks '(+javascript-add-npm-path-h))