Skip to content

Instantly share code, notes, and snippets.

@dinocarl
Last active March 4, 2019 17:54
Show Gist options
  • Save dinocarl/c37a699921a6c021d2af03396070f852 to your computer and use it in GitHub Desktop.
Save dinocarl/c37a699921a6c021d2af03396070f852 to your computer and use it in GitHub Desktop.
;; leiningen profile
;; ~.lein/profiles.clj
{:user {:plugins [
[cider/cider-nrepl "0.20.0"]
[lein-pprint "1.2.0"]]
:dependencies [[cider/piggieback "0.3.10"]
[cljfmt "0.6.3"]]
:repl-options {:nrepl-middleware [cider.piggieback/wrap-cljs-repl]}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment