Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tabrez
Created April 6, 2016 13:34
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 tabrez/c6903a978f969ca5bcd53fb7cf762f7c to your computer and use it in GitHub Desktop.
Save tabrez/c6903a978f969ca5bcd53fb7cf762f7c to your computer and use it in GitHub Desktop.
(require 'boot.repl)
(swap! boot.repl/*default-dependencies* conj
'[refactor-nrepl "2.0.0-SNAPSHOT"]
'[org.clojure/tools.nrepl "0.2.12"]
'[cider/cider-nrepl "0.11.0-SNAPSHOT"])
(swap! boot.repl/*default-middleware*
conj 'cider.nrepl/cider-middleware)
(swap! boot.repl/*default-middleware* conj
'refactor-nrepl.middleware/wrap-refactor)
(set-env! :dependencies #(conj % '[spyscope "0.1.5"]))
(require 'spyscope.core)
(boot.core/load-data-readers!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment