back

by samaaron·10y ago·view on hn ↗
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"]]}}

1 comments
The most recent CIDER should auto-inject those dependencies for you on cider-jack-in.