Last active
January 8, 2017 01:11
-
-
Save O-I/6bdb50e3ea5be2757377 to your computer and use it in GitHub Desktop.
My Clojure profile settings
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 {:dependencies [[org.clojure/clojure "1.8.0"] | |
[org.clojure/tools.namespace "0.2.10"] | |
[spyscope "0.1.5"] | |
[criterium "0.4.3"]] | |
: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 [[cider/cider-nrepl "0.8.1"] | |
[dashboard-app/lein-template "0.0.1-SNAPSHOT"]]}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment