Clojure: recommend using :repl profile with CIDER

See http://blog.maio.cz/2015/11/cider-slows-down-leiningen-startup-here.html.
This commit is contained in:
Aku Kotkavuo 2015-11-22 21:38:19 +02:00 committed by Eivind Fonn
parent 94ae7b1b40
commit d5a63a2794
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ Or set this variable when loading the configuration layer:
- Create a file =~/.lein/profiles.clj= with the following content:
#+BEGIN_SRC clojure
{:user {:plugins [[cider/cider-nrepl "0.10.0-SNAPSHOT"]
{:repl {:plugins [[cider/cider-nrepl "0.10.0-SNAPSHOT"]
[refactor-nrepl "1.2.0-SNAPSHOT"]]
:dependencies [[alembic "0.3.2"]
[org.clojure/tools.nrepl "0.2.10"]]}}