We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d809d commit 6d86413Copy full SHA for 6d86413
README.md
@@ -15,7 +15,8 @@ CIDER extends Emacs with support for interactive programming in Clojure. The
15
features are centered around `cider-mode`, an Emacs minor-mode that complements
16
`clojure-mode`. While `clojure-mode` supports editing Clojure source files,
17
`cider-mode` adds support for interacting with a running Clojure process for
18
-compilation, debugging, documentation lookup, and so on.
+compilation, debugging, definition and documentation lookup, running tests and
19
+so on.
20
21
CIDER is the successor to the now deprecated combination of using [SLIME][] +
22
[swank-clojure][] for Clojure development.
0 commit comments