Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
324 B

(define-package "js2-refactor" "0.9.0" "A JavaScript refactoring library for emacs."
'((js2-mode "20101228")
(s "1.9.0")
(multiple-cursors "1.0.0")
(dash "1.0.0")
(s "1.0.0")
(yasnippet "0.9.0.1"))
:commit "089c7800e3e7b0a89ee2392037ac07851bcee298")
;; Local Variables:
;; no-byte-compile: t
;; End: