Skip to content

Commit

Permalink
Merge pull request #58 from PythonNut/patch-1
Browse files Browse the repository at this point in the history
Autoload js2-refactor-mode
  • Loading branch information
magnars committed Sep 14, 2015
2 parents eea426f + 4c8698f commit bad890c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js2-refactor.el
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@
(defvar js2-refactor-mode-map
(make-sparse-keymap)
"Keymap for js2-refactor.")


;;;###autoload
(define-minor-mode js2-refactor-mode
"Minor mode providing JavaScript refactorings."
:lighter " js2r"
Expand Down

0 comments on commit bad890c

Please sign in to comment.