Klimi's new dotfiles with stow.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

24 lignes
760 B

il y a 4 ans
  1. (define-package "cider" "20190720.1656" "Clojure Interactive Development Environment that Rocks"
  2. '((emacs "25")
  3. (clojure-mode "5.9")
  4. (parseedn "0.1")
  5. (pkg-info "0.4")
  6. (queue "0.2")
  7. (spinner "1.7")
  8. (seq "2.16")
  9. (sesman "0.3.2"))
  10. :keywords
  11. '("languages" "clojure" "cider")
  12. :authors
  13. '(("Tim King" . "kingtim@gmail.com")
  14. ("Phil Hagelberg" . "technomancy@gmail.com")
  15. ("Bozhidar Batsov" . "bozhidar@batsov.com")
  16. ("Artur Malabarba" . "bruce.connor.am@gmail.com")
  17. ("Hugo Duncan" . "hugo@hugoduncan.org")
  18. ("Steve Purcell" . "steve@sanityinc.com"))
  19. :maintainer
  20. '("Bozhidar Batsov" . "bozhidar@batsov.com")
  21. :url "http://www.github.com/clojure-emacs/cider")
  22. ;; Local Variables:
  23. ;; no-byte-compile: t
  24. ;; End: