Skip to content

Commit 544dab0

Browse files
author
Bozhidar Batsov
committed
Update company-mode section
1 parent 80331d4 commit 544dab0

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -429,13 +429,11 @@ enable `paredit` in the REPL buffer as well:
429429
(add-hook 'cider-repl-mode-hook 'rainbow-delimiters-mode)
430430
```
431431

432-
* [company-mode](http://company-mode.github.io/) provides in-buffer
433-
completion framework. When its `company-capf` back-end is enabled, it will
434-
retrieve completion information from `cider-complete-at-point`,
435-
requiring no additional setup. On Emacs 24.4 and newer
436-
`company-capf` is enabled out of the box. `CIDER` users are advised
437-
to use `company-mode` instead of `auto-complete-mode` for optimal
438-
results.
432+
* [company-mode](http://company-mode.github.io/) provides in-buffer completion
433+
framework. When `company-mode` is enabled, it will retrieve completion
434+
information from `cider-complete-at-point`, requiring no additional setup (and
435+
no `company-mode` plugins). `CIDER` users are advised to use `company-mode`
436+
instead of `auto-complete-mode` for optimal results.
439437

440438
* [ac-cider](https://github.com/clojure-emacs/ac-cider) provides
441439
completion source for the popular Emacs interactive auto-completion

0 commit comments

Comments
 (0)