mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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)
|
||||
:config
|
||||
(map! :localleader
|
||||
:map npm-mode-map
|
||||
:map npm-mode-keymap
|
||||
"n" npm-mode-command-keymap))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user