Skip to content

Instantly share code, notes, and snippets.

@hospadar
Created April 11, 2019 16:36
Show Gist options
  • Select an option

  • Save hospadar/ec93858ea19c6465a31ce36c831c6a8d to your computer and use it in GitHub Desktop.

Select an option

Save hospadar/ec93858ea19c6465a31ce36c831c6a8d to your computer and use it in GitHub Desktop.
{:user {:dependencies [[proto-repl "0.3.1"]
[com.bhauman/rebel-readline "0.1.4"]
[org.clojure/tools.nrepl "0.2.13"]
[com.gfredericks/debug-repl "0.0.10"]]
:aliases {"rebel" ["trampoline" "run" "-m" "rebel-readline.main"]}
:repl-options {:nrepl-middleware [com.gfredericks.debug-repl/wrap-debug-repl]}
:injections [(require 'clojure.pprint)]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment