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:
parent
94ae7b1b40
commit
d5a63a2794
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ Or set this variable when loading the configuration layer:
|
||||||
- Create a file =~/.lein/profiles.clj= with the following content:
|
- Create a file =~/.lein/profiles.clj= with the following content:
|
||||||
|
|
||||||
#+BEGIN_SRC clojure
|
#+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"]]
|
[refactor-nrepl "1.2.0-SNAPSHOT"]]
|
||||||
:dependencies [[alembic "0.3.2"]
|
:dependencies [[alembic "0.3.2"]
|
||||||
[org.clojure/tools.nrepl "0.2.10"]]}}
|
[org.clojure/tools.nrepl "0.2.10"]]}}
|
||||||
|
|
Reference in a new issue