Re: lein injections across namespace changes

2013-07-09 Thread Mark Engelberg
I agree, this has also bothered me for a while. It would be really nice if the injections would repeat whenever you change namespace. On Tue, Jul 9, 2013 at 10:41 PM, Russell Mull wrote: > I have a profiles.clj that looks like this: > > {:user > {:dependencies [[org.clojure/tools.nrepl "0.2.3"]

lein injections across namespace changes

2013-07-09 Thread Russell Mull
I have a profiles.clj that looks like this: {:user {:dependencies [[org.clojure/tools.nrepl "0.2.3"]] :injections [(use 'clojure.repl) (use 'clojure.pprint) (use 'clojure.java.javadoc)]}} And the repl behaves like this: ; nREPL 0.1.8-preview user> *(doc list)*