|
12 | 12 | CIDER is the **C**lojure(Script) **I**nteractive **D**evelopment **E**nvironment
|
13 | 13 | that **R**ocks!
|
14 | 14 |
|
15 |
| -CIDER extends Emacs with support for interactive programming in Clojure. The |
16 |
| -features are centered around `cider-mode`, an Emacs minor-mode that complements |
17 |
| -[clojure-mode][]. While `clojure-mode` supports editing Clojure source files, |
18 |
| -`cider-mode` adds support for interacting with a running Clojure process for |
19 |
| -compilation, debugging, definition and documentation lookup, running tests and |
20 |
| -so on. |
| 15 | +CIDER extends Emacs with support for [interactive |
| 16 | +programming](https://docs.cider.mx/cider/usage/interactive_programming.html) |
| 17 | +in Clojure. The features are centered around `cider-mode`, an Emacs |
| 18 | +minor-mode that complements [clojure-mode][]. While `clojure-mode` |
| 19 | +supports editing Clojure source files, `cider-mode` adds support for |
| 20 | +interacting with a running Clojure process for compilation, code |
| 21 | +completion, debugging, definition and documentation lookup, running |
| 22 | +tests and so on. |
21 | 23 |
|
22 | 24 | ----------
|
23 | 25 | [](#open-collective-backers)
|
@@ -47,7 +49,8 @@ maintained repos -
|
47 | 49 | [MELPA Stable](http://stable.melpa.org)
|
48 | 50 | and [MELPA](http://melpa.org).
|
49 | 51 |
|
50 |
| -You can install CIDER with the following command: |
| 52 | +Provided you've enabled one of them in your Emacs setup, you can |
| 53 | +install CIDER with the following command: |
51 | 54 |
|
52 | 55 | <kbd>M-x</kbd> `package-install` <kbd>RET</kbd> `cider` <kbd>RET</kbd>
|
53 | 56 |
|
|
0 commit comments