Skip to content

Instantly share code, notes, and snippets.

@Lakret
Created August 6, 2019 10:02
Show Gist options
  • Save Lakret/a91a6ee5f1f5015c5052abe8b8ce2532 to your computer and use it in GitHub Desktop.
Save Lakret/a91a6ee5f1f5015c5052abe8b8ce2532 to your computer and use it in GitHub Desktop.
Lein profile
{:user {:plugins [[cider/cider-nrepl "0.20.0"]
[mvxcvi/whidbey "2.1.1"]]
:middleware [whidbey.plugin/repl-pprint]
:dependencies [[org.clojure/tools.nrepl "0.2.13"]
[cljfmt "0.5.7"]
[com.bhauman/rebel-readline-cljs "0.1.4"]]
:aliases {"rebl" ["trampoline" "run" "-m" "rebel-readline-cljs.main"]}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment