Skip to content

Instantly share code, notes, and snippets.

@ebaxt
Created October 19, 2012 22:40
Show Gist options
  • Save ebaxt/3921138 to your computer and use it in GitHub Desktop.
Save ebaxt/3921138 to your computer and use it in GitHub Desktop.
➜ .lein cat .profiles
{:user
{:dependencies {clj-stacktrace "0.2.4"}
:injections [(let [orig (ns-resolve (doto 'clojure.stacktrace require)
'print-cause-trace)
new (ns-resolve (doto 'clj-stacktrace.repl require)
'pst)]
(alter-var-root orig (constantly @new)))]
:plugins [[lein-midje "2.0.0-SNAPSHOT"]
[lein-pprint "1.1.1"]]}}%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment