lang/javascript: fix npm-mode keybinds #1712

This commit is contained in:
Henrik Lissner 2019-08-28 22:41:06 -04:00
parent aecf3e4e63
commit 21883d9700
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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))