Created
August 31, 2015 13:36
-
-
Save eerohele/8c705652f563fd906863 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{:user | |
{:plugins [[lein-exec "0.3.1"] | |
[lein-typed "0.3.5"] | |
[lein-try "0.4.3"] | |
[lein-midje "3.1.3"] | |
[lein-autoreload "0.1.0"] | |
[venantius/ultra "0.3.4"] | |
[jonase/eastwood "0.2.1"] | |
[lein-bikeshed "0.2.0"] | |
[lein-kibit "0.0.8"] | |
[cider/cider-nrepl "0.9.0-SNAPSHOT"]] | |
:ultra {:color-scheme :solarized_dark} | |
:dependencies [[spyscope "0.1.5"] | |
[org.clojure/tools.namespace "0.2.11"] | |
[leiningen #=(leiningen.core.main/leiningen-version)] | |
[com.cemerick/pomegranate "0.3.0"] | |
[alembic "0.3.2"] | |
[org.clojure/tools.nrepl "0.2.7"] | |
[im.chit/vinyasa "0.3.4"] | |
[criterium "0.4.3"] | |
[com.taoensso/timbre "3.4.0"]] | |
:injections | |
[(require 'spyscope.core) | |
(require '[vinyasa.inject :as inject]) | |
(require 'io.aviso.repl) | |
(inject/in [vinyasa.inject :refer [inject [in inject-in]]] | |
[vinyasa.lein :exclude [*project*]] | |
[vinyasa.pull :all] | |
[cemerick.pomegranate add-classpath get-classpath resources] | |
clojure.core | |
[vinyasa.reflection .> .? .* .% .%> .& .>ns .>var] | |
clojure.core > | |
[clojure.pprint pprint] | |
[clojure.tools.namespace.repl refresh] | |
[clojure.java.shell sh])]}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment