This should really be in some earthshaking announcement somewhere...
https://github.com/technomancy/leiningen/commit/2ff64b77367601a216afa9e6964d1d330e3dbdb1

Load ~/.lein/user.clj inside project if present. Fixes #215
<https://github.com/technomancy/leiningen/issues/215>.


Now I can finally do (set! *print-length* 100) in user.clj.


Great stuff!


How would I require clojure.java.javadoc as something shorter

and have it visible in all namespaces?


2011/6/22 Paul Stadig <p...@stadig.name>

> On Jun 19, 5:11 pm, Andreas Liljeqvist <bon...@gmail.com> wrote:
> > Thanks for the answer.
> > Would there be any problems associated with changing the root bindings?
> >
>
> It means that every thread in the whole JVM would get that value, but
> that's probably what you want. It also means that if someone else
> changed the root value to a different value, all the threads would get
> that new value, instead of the one you want.
>
> In the case of this particular var none of this may be an issue.
>
>
> Paul
>
> --
> 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
>

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