File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -429,13 +429,11 @@ enable `paredit` in the REPL buffer as well:
429
429
(add-hook 'cider-repl-mode-hook 'rainbow-delimiters-mode)
430
430
```
431
431
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.
439
437
440
438
* [ ac-cider] ( https://github.com/clojure-emacs/ac-cider ) provides
441
439
completion source for the popular Emacs interactive auto-completion
You can’t perform that action at this time.
0 commit comments