Klimi's new dotfiles with stow.
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.
 
 
 
 
 
 

24 lines
760 B

(define-package "cider" "20190720.1656" "Clojure Interactive Development Environment that Rocks"
'((emacs "25")
(clojure-mode "5.9")
(parseedn "0.1")
(pkg-info "0.4")
(queue "0.2")
(spinner "1.7")
(seq "2.16")
(sesman "0.3.2"))
:keywords
'("languages" "clojure" "cider")
:authors
'(("Tim King" . "kingtim@gmail.com")
("Phil Hagelberg" . "technomancy@gmail.com")
("Bozhidar Batsov" . "bozhidar@batsov.com")
("Artur Malabarba" . "bruce.connor.am@gmail.com")
("Hugo Duncan" . "hugo@hugoduncan.org")
("Steve Purcell" . "steve@sanityinc.com"))
:maintainer
'("Bozhidar Batsov" . "bozhidar@batsov.com")
:url "http://www.github.com/clojure-emacs/cider")
;; Local Variables:
;; no-byte-compile: t
;; End: