17ee0e400b
After moving off of Meta, Dotfiles has a greater responsibility to manage configs. Vim, Tmux, and Emacs are now within Stow's purview.
14 lines
389 B
EmacsLisp
14 lines
389 B
EmacsLisp
(define-package "cider" "20180719.542" "Clojure Interactive Development Environment that Rocks"
|
|
'((emacs "25")
|
|
(clojure-mode "5.7.0")
|
|
(pkg-info "0.4")
|
|
(queue "0.1.1")
|
|
(spinner "1.7")
|
|
(seq "2.16")
|
|
(sesman "0.1.1"))
|
|
:keywords
|
|
'("languages" "clojure" "cider")
|
|
:url "http://www.github.com/clojure-emacs/cider")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|