Created
April 11, 2019 16:36
-
-
Save hospadar/ec93858ea19c6465a31ce36c831c6a8d to your computer and use it in GitHub Desktop.
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 [[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