el-get/recipes/js2-refactor.rcp
Rüdiger Sonderfeld b2cdcd7501 Fixed js2-refactor requirements: dash, multiple-cursors
Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2012-12-05 16:01:11 +01:00

7 lines
363 B
Plaintext

(: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 dash multiple-cursors))