Skip to content

Instantly share code, notes, and snippets.

@jstaffans
Created September 23, 2015 18:39
Show Gist options
  • Save jstaffans/c0291845cf5a504c0d69 to your computer and use it in GitHub Desktop.
Save jstaffans/c0291845cf5a504c0d69 to your computer and use it in GitHub Desktop.
leiningen profile
{:user {:dependencies [[org.clojure/tools.namespace "0.2.11"]
[spyscope "0.1.5"]
[pjstadig/humane-test-output "0.7.0"]]
:injections [(require '[clojure.tools.namespace.repl :refer [refresh set-refresh-dirs]])
; try/catch to workaround an issue where `lein repl` outside a project dir
; will not load reader literal definitions correctly:
(try (require 'spyscope.core)
(catch RuntimeException e))
(require 'pjstadig.humane-test-output)
(pjstadig.humane-test-output/activate!)]
:plugins [[lein-pprint "1.1.1"]
[lein-clojars "0.9.1"]
[lein-marginalia "0.7.1"]
[com.jakemccrary/lein-test-refresh "0.10.0"]
[jonase/eastwood "0.2.1"]]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment