|
|
|
|
|
by samaaron
3656 days ago
|
|
If you check out the most recent release (as of 40 mins ago) you should see that Emacs Live now includes the most recent CIDER. You just need to include the following in your ~/.lein/profiles.clj {:user {:plugins [[cider/cider-nrepl "0.12.0"]
[refactor-nrepl "2.2.0"]]}} |
|