el-get/recipes/js2-refactor.rcp
2013-07-03 12:10:39 -07:00

7 lines
365 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 s multiple-cursors))