Skip to content

Commit

Permalink
recipe: js3-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dholm committed Apr 11, 2015
1 parent 3783df8 commit ec88707
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/js3-refactor.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(:name js3-refactor
:description "The beginnings of a JavaScript refactoring library in emacs."
:type github
:pkgname "katyo/js3-refactor"
:post-init (add-hook 'js3-mode-hook (lambda () (require 'js3-refactor)))
:depends (js3-mode dash multiple-cursors))

0 comments on commit ec88707

Please sign in to comment.