Skip to content

Commit 439e606

Browse files
committed
Unify mentions of CIDER in the README
1 parent dcb243d commit 439e606

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<img src="https://raw.github.com/clojure-emacs/cider/master/logo/cider-logo-w640.png" alt="CIDER Logo"/>
99
</p>
1010

11-
`CIDER` (formerly `nrepl.el`) is the **C**lojure **I**nteractive **D**evelopment
11+
CIDER (formerly `nrepl.el`) is the **C**lojure **I**nteractive **D**evelopment
1212
**E**nvironment that **R**ocks!
1313

14-
`CIDER` extends Emacs with support for interactive programming in Clojure. The
14+
CIDER extends Emacs with support for interactive programming in Clojure. The
1515
features are centered around `cider-mode`, an Emacs minor-mode that complements
1616
`clojure-mode`. While `clojure-mode` supports editing Clojure source files,
1717
`cider-mode` adds support for interacting with a running Clojure process for
@@ -194,12 +194,12 @@ with CIDER's REPL initialization.
194194

195195
`package.el` is the built-in package manager in Emacs.
196196

197-
`CIDER` is available on the two major `package.el` community
197+
CIDER is available on the two major `package.el` community
198198
maintained repos -
199199
[MELPA Stable](http://stable.melpa.org)
200200
and [MELPA](http://melpa.org).
201201

202-
You can install `CIDER` with the following command:
202+
You can install CIDER with the following command:
203203

204204
<kbd>M-x package-install [RET] cider [RET]</kbd>
205205

@@ -331,7 +331,7 @@ The two main ways to obtain an nREPL connection are discussed in the following s
331331

332332
Simply open in Emacs a file belonging to your `lein` or `boot` project (like
333333
`foo.clj`) and type <kbd>M-x cider-jack-in</kbd>. This will start a nREPL with
334-
all the deps loaded in, plus a `CIDER` client connected to it.
334+
all the deps loaded in, plus a CIDER client connected to it.
335335

336336
Alternatively you can use <kbd>C-u M-x cider-jack-in</kbd> to specify the name of
337337
a `lein` or `boot` project, without having to visit any file in it.
@@ -363,10 +363,10 @@ In Clojure(Script) buffers the command `cider-connect` is bound to <kbd>C-c M-c<
363363

364364
### Using the cider minor mode
365365

366-
`CIDER` comes with a handy minor mode called `cider-mode` (complementing
366+
CIDER comes with a handy minor mode called `cider-mode` (complementing
367367
`clojure-mode`) that allows you to evaluate code in your Clojure source
368368
files and load it directly in the REPL. A list of all
369-
available commands is available in the `CIDER` menu and in the following
369+
available commands is available in the CIDER menu and in the following
370370
section of this manual.
371371

372372
### ClojureScript usage
@@ -480,7 +480,7 @@ Keyboard shortcut | Description
480480
<kbd>C-c C-q</kbd> | Quit the current nREPL connection. With a prefix argument it will quit all connections.
481481

482482
There's no need to memorize this list. In any Clojure buffer with `cider-mode`
483-
active you'll have a `CIDER` menu available, which lists all the most important
483+
active you'll have a CIDER menu available, which lists all the most important
484484
commands and their keybindings. You can also invoke `C-h f RET cider-mode` to
485485
get a list of the keybindings for `cider-mode`.
486486

@@ -677,8 +677,8 @@ change `*cider-repl localhost*` to `*cider-repl foo*`.
677677

678678
## Configuration
679679

680-
You can certainly use `CIDER` without configuring it any further,
681-
but here are some ways other folks are adjusting their `CIDER`
680+
You can certainly use CIDER without configuring it any further,
681+
but here are some ways other folks are adjusting their CIDER
682682
experience.
683683

684684
### Basic configuration
@@ -1057,7 +1057,7 @@ buffer (which includes invoking `cider-quit`) or you quitting Emacs.
10571057

10581058
### Minibuffer completion
10591059

1060-
Out-of-the box `CIDER` uses the standard `completing-read` Emacs mechanism. While it's not
1060+
Out-of-the box CIDER uses the standard `completing-read` Emacs mechanism. While it's not
10611061
fancy it certainly gets the job done (just press `TAB`). There are, however, ways to improve
10621062
upon the standard completion if you wish to.
10631063

@@ -1078,7 +1078,7 @@ You might also want to install [`ido-flex`](https://github.com/lewang/flx).
10781078

10791079
### Auto-completion
10801080

1081-
`CIDER` users are advised to use [`company-mode`](http://company-mode.github.io/) to enable auto-completion
1081+
CIDER users are advised to use [`company-mode`](http://company-mode.github.io/) to enable auto-completion
10821082
inside of source code and REPL buffers. To install `company-mode` do:
10831083

10841084
`M-x package-install <RET> company <RET>`
@@ -1117,7 +1117,7 @@ the time of this writing it's still in development).
11171117

11181118
#### Migrating from `auto-complete-mode`
11191119

1120-
* Disable `ac-cider-setup` or `ac-nrepl-setup` from running on `CIDER` hooks
1120+
* Disable `ac-cider-setup` or `ac-nrepl-setup` from running on CIDER hooks
11211121

11221122
* Remove `cider-mode` and `cider-repl-mode` from the `ac-modes` list
11231123

@@ -1295,8 +1295,8 @@ this behavior by using `M-x toggle-debug-on-error`.
12951295

12961296
### REPL not starting
12971297

1298-
Make sure that your `CIDER` version matches your `cider-nrepl` version. Check
1299-
the contents of the `*Messages*` buffer for `CIDER`-related errors. You should
1298+
Make sure that your CIDER version matches your `cider-nrepl` version. Check
1299+
the contents of the `*Messages*` buffer for CIDER-related errors. You should
13001300
also check the nREPL messages passed between CIDER and nREPL in
13011301
`*nrepl-messages*`. If you don't see anything useful there it's time to bring
13021302
out the big guns.

0 commit comments

Comments
 (0)