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.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 |
taskkill
, if available, to properly kill the nREPL server process tree.cider-stacktrace-analyze-at-point
and cider-stacktrace-analyze-in-region
commands to view printed exceptions in the stacktrace inspector.'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.cider-connect-clj
for self-hosted cljs repls (e.g. nbb
).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
.cider-tap-last-sexp
) and sexp at point (cider-tap-sexp-at-point
).cider-nrepl
to 0.28.5.cider-gradle-command
to ./gradlew
to use the Gradle wrapper.cider-gradle-global-options
to ""
(empty, formerly --no-daemon
).name
is a TRAMP file in cider--client-tramp-filename
via tramp-tramp-file-p
.(error "Cyclic keymap inheritance")
on cider-test-run-test
.
...
...