To install this package, run in Emacs:
M-x package-install RET cider RET
Provides a Clojure interactive development environment for Emacs, built on top of nREPL. See https://docs.cider.mx for more details.
cider-1.6.0.tar.lz | 2022-Dec-21 | 199 KiB |
cider-1.5.0.tar.lz | 2022-Aug-24 | 195 KiB |
cider-1.4.1.tar.lz | 2022-May-25 | 192 KiB |
cider-1.4.0.tar.lz | 2022-May-02 | 191 KiB |
cider-1.3.0.tar.lz | 2022-Mar-06 | 190 KiB |
cider-1.2.0.tar.lz | 2021-Dec-28 | 199 KiB |
nrepl+unix
sockets (say via lein nrepl :headless :socket nrepl.sock
).n/p/f/b
keys inside the data inspector's buffer.cider-jack-in-dependencies
.cider-jack-in-universal
to support jacking-in without a project from a set of pre-configured Clojure project tools.npx nbb
as cider-nbb-command
.*cider-test-report*
buffer, for prettier error messages.cider-nrepl
to 0.30.cider-repl-display-output-before-window-boundaries
to t
.taskkill
, if available, to properly kill the nREPL server process tree.nbb
.cider-stacktrace-analyze-at-point
and cider-stacktrace-analyze-in-region
commands to view printed exceptions in the stacktrace inspector.cider-connect-clj
for self-hosted cljs repls (e.g. nbb
).'cljs-pending
repl-type
. It is replaced by cider-repl-cljs-upgrade-pending
.cider-jack-in-auto-inject-clojure
.*cider-test-report*
buffers.*cider-stacktrace*
buffers.bb
projects.completion-category-override
or completion-category-defaults
.cider-merge-sessions
to allow combining sessions in two different ways: Setting cider-merge-sessions
to 'host
will merge all sessions associated with the same host within a project. Setting it to 'project
will combine all sessions of a project irrespective of their host.gradlew
), instead of just a globally installed gradle
on the PATH
.