Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ Macroexpansion occurs long after cljx touches your code.

### REPL Integration

The nREPL middleware is **broken** for Leiningen **2.5.1**, see https://github.com/lynaghk/cljx/issues/66. `lein downgrade 2.5.0` is the quick fix.

cljx provides an nREPL middleware that allows you to work with `.cljx` files in
the same way you work with regular `.clj` files from any toolchain with good
nREPL support, like [cider](https://github.com/clojure-emacs/cider),
Expand Down