mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/javascript: fix npm-mode keybinds #1712
This commit is contained in:
@ -242,7 +242,7 @@ to tide."
|
|||||||
:hook ((js-mode typescript-mode) . npm-mode)
|
:hook ((js-mode typescript-mode) . npm-mode)
|
||||||
:config
|
:config
|
||||||
(map! :localleader
|
(map! :localleader
|
||||||
:map npm-mode-map
|
:map npm-mode-keymap
|
||||||
"n" npm-mode-command-keymap))
|
"n" npm-mode-command-keymap))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user