Merge pull request #867 from ruediger/js2r

recipes: js2-refactor.el
This commit is contained in:
Dimitri Fontaine 2012-09-03 05:19:07 -07:00
commit 0d690186c0

6
recipes/js2-refactor.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name js2-refactor
:description "This is a collection of small refactoring functions to further the idea of a JavaScript IDE in Emacs that started with js2-mode."
:type github
:pkgname "magnars/js2-refactor.el"
:post-init (add-hook 'js2-mode-hook (lambda () (require 'js2-refactor)))
:depends (js2-mode mark-multiple))