In IRC I asked Phil about this and he suggested putting (require 'clojure.pprint) in ~/.lein/user.clj with :repl-options [:print clojure.pprint/pprint] and that does indeed work for now.
Sean On Fri, Jul 1, 2011 at 1:10 PM, Shantanu Kumar <[email protected]> wrote: >> You can set :repl-options [:print clojure.contrib/pprint], but that >> depends on pprint being required before the repl launches, and I can't >> think of a straightforward way to do that. Perhaps adding an :eval-init >> entry in project.clj which can contain needed requires like this? > > +1 -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
