Skip to content

Instantly share code, notes, and snippets.

@O-I
Last active January 8, 2017 01:11
Show Gist options
  • Save O-I/6bdb50e3ea5be2757377 to your computer and use it in GitHub Desktop.
Save O-I/6bdb50e3ea5be2757377 to your computer and use it in GitHub Desktop.
My Clojure profile settings
{: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