Skip to content

Instantly share code, notes, and snippets.

@m9dfukc
Last active December 20, 2015 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m9dfukc/6110867 to your computer and use it in GitHub Desktop.
Save m9dfukc/6110867 to your computer and use it in GitHub Desktop.
My ~/.lein/profiles.clj settings
{:user {:dependencies [[org.clojure/tools.namespace "0.2.3"]
[spyscope "0.1.3"]
[criterium "0.4.1"]]
:injections [(require '(clojure.tools.namespace repl find))
; 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))]
:plugins [;[lein-marginalia "0.8.0-SNAPSHOT"]
[lein-pprint "1.1.2-SNAPSHOT"]
[lein-ancient "0.4.4"]
[lein-try "0.3.0"]
[lein-exec "0.3.1"]] } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment