File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -374,20 +374,20 @@ enable `paredit` in the REPL buffer as well:
374
374
(add-hook 'cider-repl-mode-hook 'rainbow-delimiters-mode)
375
375
```
376
376
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
+
377
385
* [ ac-nrepl] ( https://github.com/clojure-emacs/ac-nrepl ) provides
378
386
completion source for the popular Emacs interactive auto-completion
379
387
framework [ auto-complete] ( http://cx4a.org/software/auto-complete/ ) .
380
388
Where nREPL provides it, pop-up documentation for completed symbols
381
389
will be displayed.
382
390
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
-
391
391
## Basic Usage
392
392
393
393
The only requirement to use CIDER is to have a nREPL server to
You can’t perform that action at this time.
0 commit comments