Skip to content

Instantly share code, notes, and snippets.

@eslick
Last active December 17, 2015 09:48
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 eslick/5589699 to your computer and use it in GitHub Desktop.
Save eslick/5589699 to your computer and use it in GitHub Desktop.
ritz middleware in profiles.clj
{:user {:plugins [[lein-ritz "0.7.0"]]
:dependencies [[nrepl-inspect "0.3.0"]
[ritz/ritz-nrepl-middleware "0.7.0"]]
:repl-options
{:nrepl-middleware
[inspector.middleware/wrap-inspect
ritz.nrepl.middleware.javadoc/wrap-javadoc
ritz.nrepl.middleware.apropos/wrap-apropos]}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment