diff --git a/script/config_repl.clj b/script/config_repl.clj index 9887cb9..edeca03 100644 --- a/script/config_repl.clj +++ b/script/config_repl.clj @@ -1,3 +1,4 @@ +(use 'clojure.contrib.pprint) (require 'clojure.contrib.repl-utils) (set! *print-length* 500) (clojure.contrib.repl-utils/add-break-thread!)