mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-07 06:11:27 -08:00
fix(javascript): vestigial npm-mode reference
npm-mode was removed inbd0bee9. Amend:bd0bee92cc
This commit is contained in:
parent
1dae2bf916
commit
09c01e04e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue