Fork me on GitHub
#leiningen
<
2015-12-26
>
crocket11:12:25

Why is :main namespace opened and loaded automatically by lein repl?

crocket12:12:19

~/.lein/credential.clj {"" {:username "crocket" :password "passcode"}}

crocket12:12:26

Is this in a wrong form?

crocket12:12:47

Ok, that was solved.

crocket12:12:59

~/.lein/profiles.clj

{:user {:plugins [[lein-license "0.1.3"]]}
 :repl {:plugins [[cider/cider-nrepl "0.10.0"]]
        :dependencies [[org.clojure/tools.nrepl "0.2.12"]]}}

crocket12:12:07

Is this wrong?

crocket13:12:10

Somehow :repl is ignored.