mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
fix(javascript): vestigial npm-mode reference
npm-mode was removed inbd0bee9
. Amend:bd0bee92cc
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
typescript-mode
|
||||
solidity-mode)
|
||||
:when (locate-dominating-file default-directory "package.json")
|
||||
:add-hooks '(+javascript-add-npm-path-h npm-mode))
|
||||
:add-hooks '(+javascript-add-npm-path-h))
|
||||
|
||||
(def-project-mode! +javascript-gulp-mode
|
||||
:when (locate-dominating-file default-directory "gulpfile.js"))
|
||||
|
Reference in New Issue
Block a user