Skip to content

Instantly share code, notes, and snippets.

@ah45
Forked from the-frey/profiles.clj
Last active July 18, 2019 15:40
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 ah45/6324b0c01f733fa05e579b8ab45aea71 to your computer and use it in GitHub Desktop.
Save ah45/6324b0c01f733fa05e579b8ab45aea71 to your computer and use it in GitHub Desktop.
lein REPL alias
;; in ~/.lein/profiles.clj
{;; a distinct cider-nrepl profile
:cider-nrepl {:plugins [[cider/cider-nrepl "0.22.0-beta1"]
[refactor-nrepl "2.4.0"]]}
;; with an alias to always use it when running `lein repl`
:user {:aliases {"repl" ["with-profile" "+cider-nrepl" "repl"]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment