Add missing prefix for js2-mode

This commit is contained in:
Seong Yong-ju 2018-12-11 00:24:26 +00:00 committed by duianto
parent 2206095be8
commit e48fa85d96
2 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,7 @@ Kraemer, Yi Liu, and Jack Kamm):
***** JavaScript
- CoffeeScript support has been extracted from the =javascript= layer into the
new =coffeescript= layer.
- Added missing prefix for =js2-mode=
***** Markdown
- Key bindings:
- Removed ~SPC m i I~ for =markdown-insert-reference-image=

View File

@ -167,6 +167,7 @@
:defer t
:init
(progn
(spacemacs/declare-prefix-for-mode 'js2-mode "mT" "toggle")
(spacemacs|add-toggle javascript-repl-live-evaluation
:mode livid-mode
:documentation "Live evaluation of JS buffer change."