On Tue, Jun 5, 2012 at 5:20 AM, Jim - FooBar(); <jimpil1...@gmail.com> wrote:
> Does the :injections key replace the init.clj found in /.lein/? If I
> understood correctly, I had roughly the same problem...my code in init.clj
> (some debugging functions I always need available) is no more being loaded
> with lein2...should I use the :injections key instead?

No, they serve different purposes. init.clj runs inside the Leiningen
process itself. It's not checked explicitly for settings anymore, but
it's currently still loaded. This may go away before the final release
though since all the purposes it used to serve have been replaced.

-Phil

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to