Skip to content

Commit

Permalink
automatically use pp and pprint at the default repl
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthalloway committed Jun 23, 2010
1 parent a1eff35 commit 04764db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clj/clojure/main.clj
Expand Up @@ -196,6 +196,7 @@
(set! *e e)))
(use '[clojure.repl :only (source apropos dir)])
(use '[clojure.java.javadoc :only (javadoc)])
(use '[clojure.pprint :only (pp pprint)])
(prompt)
(flush)
(loop []
Expand Down

0 comments on commit 04764db

Please sign in to comment.