Hi,

I just started using lein version 2. Before (with lein 1.7), after
running "lein swank" and connect with "slime-connect" in emacs, in my
REPL i have clojure.repl included in "user" automatically namespace,
because I have a file user.clj under ~/.lein with the following
content:

(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.

PS: I followed the instructions to set up "profiles.clj" to include
the lein-swank plugin. swank/slime works fine. just clojure.repl is
not included automatically.

-- 
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