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.

12 lines
378 B

5 years ago
  1. (define-package "dash" "2.18.0" "A modern list library for Emacs"
  2. '((emacs "24"))
  3. :commit "0e975782086020aa12863fdb658d6a3cc748a10c" :authors
  4. '(("Magnar Sveen" . "magnars@gmail.com"))
  5. :maintainer
  6. '("Magnar Sveen" . "magnars@gmail.com")
  7. :keywords
  8. '("extensions" "lisp")
  9. :url "https://github.com/magnars/dash.el")
  10. ;; Local Variables:
  11. ;; no-byte-compile: t
  12. ;; End: