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
286 B

  1. (define-package "lispy" "0.27.0" "vi-like Paredit"
  2. '((emacs "24.3")
  3. (ace-window "0.9.0")
  4. (iedit "0.9.9")
  5. (swiper "0.11.0")
  6. (hydra "0.14.0")
  7. (zoutline "0.1.0"))
  8. :commit "9c41bc011ae570283cb286659f75d12d38d437ea")
  9. ;; Local Variables:
  10. ;; no-byte-compile: t
  11. ;; End: