On Mon, Nov 14, 2011 at 11:06 PM, Sean Corfield <seancorfi...@gmail.com> wrote:
> Add the following to your ~/.lein/user.clj:
>
> ;; ~/.lein/user.clj
> (if (>= (.compareTo (clojure-version) "1.3.0") 0)
>  (do (use 'clojure.repl)
>      (use 'clojure.java.javadoc)))

This will work, but most of the functionality of clojure.repl isn't
very useful in slime. C-c C-c d gets you docs, and M-. gets you
source.

-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