Skip to content

Commit

Permalink
Move JS refactor to s-e
Browse files Browse the repository at this point in the history
s-r = reload
  • Loading branch information
maio committed Jan 2, 2017
1 parent 643235f commit e0f0d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs/emacs.d/lisp/maio-javascript.el
Expand Up @@ -70,7 +70,7 @@
(require 'smartparens)
(add-hook 'js2-mode-hook 'maio/js2-defaults)
(add-hook 'js2-mode-hook 'yas-minor-mode)
(js2r-add-keybindings-with-prefix "s-r")
(js2r-add-keybindings-with-prefix "s-e")
;; jasmine stuff
(add-to-list 'compilation-error-regexp-alist-alist (cons 'jasmine jasmine-compilation-regexp))
(add-to-list 'compilation-error-regexp-alist 'jasmine)
Expand Down

0 comments on commit e0f0d3c

Please sign in to comment.