Last active
August 29, 2015 13:57
-
-
Save laurio/9674581 to your computer and use it in GitHub Desktop.
Added [cider/cider-nrepl "0.6.0"] to :plugins.
This file contains 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
;; for more details see http://dev.solita.fi/2014/03/18/pimp-my-repl.html | |
{:user | |
{:plugins [[lein-try "0.3.0"] | |
[lein-bin "0.3.4"] | |
[lein-cljsbuild "1.0.3"] | |
[lein-exec "0.3.1"] | |
[lein-immutant "1.1.0"] | |
[lein-autoexpect "1.0"] | |
[lein-datomic "0.2.0"] | |
[lein-vanity "0.1.0"] | |
[jonase/eastwood "0.0.2"] | |
[lein-kibit "0.0.8"] | |
[lein-ancient "0.5.4"] | |
[cider/cider-nrepl "0.6.0"]] | |
:dependencies [[spyscope "0.1.4"] | |
[org.clojure/tools.namespace "0.2.4"] | |
[io.aviso/pretty "0.1.8"] | |
[leiningen "2.3.4"] | |
[im.chit/vinyasa "0.1.8"] | |
[org.clojars.gjahad/debug-repl "0.3.3"] | |
[difform "1.1.2"] | |
[clj-ns-browser "1.3.1"]] | |
:injections [(require 'spyscope.core) | |
(require 'com.georgejahad.difform) | |
(require 'clj-ns-browser.sdoc) | |
(require 'alex-and-georges.debug-repl) | |
(require 'vinyasa.inject) | |
(intern 'clojure.core 'locals #'alex-and-georges.debug-repl/*locals*) | |
(vinyasa.inject/inject 'clojure.core | |
'[[vinyasa.inject inject] | |
[vinyasa.pull pull] | |
[vinyasa.lein lein] | |
[vinyasa.reimport reimport]]) | |
(vinyasa.inject/inject 'clojure.core '> | |
'[[cemerick.pomegranate add-classpath get-classpath resources] | |
[clojure.tools.namespace.repl refresh] | |
[clojure.repl apropos dir doc find-doc source pst | |
[root-cause >cause]] | |
[clojure.pprint pprint] | |
[clojure.java.shell sh] | |
[alex-and-georges.debug-repl debug-repl] | |
[com.georgejahad.difform difform] | |
[clj-ns-browser.sdoc sdoc]])] | |
:datomic {:install-location "~/Downloads/datomic-pro-0.8.4260"}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment