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

  1. (define-package "js2-refactor" "0.9.0" "A JavaScript refactoring library for emacs."
  2. '((js2-mode "20101228")
  3. (s "1.9.0")
  4. (multiple-cursors "1.0.0")
  5. (dash "1.0.0")
  6. (s "1.0.0")
  7. (yasnippet "0.9.0.1"))
  8. :commit "089c7800e3e7b0a89ee2392037ac07851bcee298")
  9. ;; Local Variables:
  10. ;; no-byte-compile: t
  11. ;; End: