Skip to content

Commit 5936085

Browse files
author
Bozhidar Batsov
committed
Clean up company-mode section
1 parent 156f1f2 commit 5936085

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -374,20 +374,20 @@ enable `paredit` in the REPL buffer as well:
374374
(add-hook 'cider-repl-mode-hook 'rainbow-delimiters-mode)
375375
```
376376

377+
* [company-mode](http://company-mode.github.io/) provides in-buffer
378+
completion framework. When its `company-capf` back-end is enabled, it will
379+
retrieve completion information from `cider-complete-at-point`,
380+
requiring no additional setup. On Emacs 24.4 and newer
381+
`company-capf` is enabled out of the box. `CIDER` users are advised
382+
to use `company-mode` instead of `auto-complete-mode` for optimal
383+
results.
384+
377385
* [ac-nrepl](https://github.com/clojure-emacs/ac-nrepl) provides
378386
completion source for the popular Emacs interactive auto-completion
379387
framework [auto-complete](http://cx4a.org/software/auto-complete/).
380388
Where nREPL provides it, pop-up documentation for completed symbols
381389
will be displayed.
382390

383-
* [company-cider](https://github.com/clojure-emacs/company-cider)
384-
provides completion back-end with similar functionality for
385-
[company-mode](http://company-mode.github.io/).
386-
387-
* As long as `company-mode` has the `company-capf` back-end enabled,
388-
it will retrieve completion information from
389-
`cider-complete-at-point`, requiring no additional setup.
390-
391391
## Basic Usage
392392

393393
The only requirement to use CIDER is to have a nREPL server to

0 commit comments

Comments
 (0)