On Mon, Jun 4, 2012 at 5:55 PM, Warren Lynn <wrn.l...@gmail.com> wrote:
> (use 'clojure.repl)
> (use 'clojure.java.javadoc)
>
> But now in the REPL I don't have clojure.repl namespace available
> anymore. Can anyone tell me why user.clj does not take effect anymore?
> Thank you.

Everything in clojure.repl has a nicer equivalent using slime, plus
you don't have to re-use it every time you switch namespaces.

If you need something loaded at boot you can use the :injections key
in the user profile to have a vector of forms evaluated every time
your project is started, but using it for clojure.repl is unnecessary
if you use slime.

-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