summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-02-23 07:55:33 +0700
committerBozhidar Batsov <bozhidar@batsov.com>2018-02-23 07:55:33 +0700
commit5aecb09c50b5a5de85808bc731a63b94fefd07b4 (patch)
treee6357b8dc2f1abab8a6843cae9085bc5b0e1e879 /doc
parent043634085bd10b0bfcd3a7a984d188432c9ed3d8 (diff)
Remove mentions of the now deprecated auto-complete-mode support
Diffstat (limited to 'doc')
-rw-r--r--doc/additional_packages.md8
-rw-r--r--doc/code_completion.md9
-rw-r--r--doc/index.md3
3 files changed, 1 insertions, 19 deletions
diff --git a/doc/additional_packages.md b/doc/additional_packages.md
index 2f51bfdb..76173a1c 100644
--- a/doc/additional_packages.md
+++ b/doc/additional_packages.md
@@ -98,14 +98,6 @@ RainbowDelimiters you can enable it in the REPL like this:
(add-hook 'cider-repl-mode-hook #'rainbow-delimiters-mode)
```
-## auto-complete
-
-[auto-complete](http://cx4a.org/software/auto-complete/) is a popular Emacs
-interactive auto-completion
-framework. [ac-cider](https://github.com/clojure-emacs/ac-cider) provides a
-completion source for auto-complete-mode, including, where CIDER provides it,
-pop-up documentation for completed symbols.
-
## eval-sexp-fu
[eval-sexp-fu](https://github.com/hchbaw/eval-sexp-fu.el) provides some visual
diff --git a/doc/code_completion.md b/doc/code_completion.md
index 8b75253c..a42c08ef 100644
--- a/doc/code_completion.md
+++ b/doc/code_completion.md
@@ -92,12 +92,3 @@ dependencies that were loaded dynamically after the REPL has started (e.g. via
Boot). Executing `M-x cider-completion-flush-caches` (or going through the menu
`CIDER Interaction->Misc->Flush completion cache`) forces the completion backend
to re-read all classes it can find on the classpath.
-
-### Migrating from `auto-complete-mode`
-
-In case you have some `auto-complete-mode` configuration lying around and you
-want to switch to `company-mode` there are a few steps you have to take:
-
-* Disable `ac-cider-setup` or `ac-nrepl-setup` from running on CIDER hooks
-
-* Remove `cider-mode` and `cider-repl-mode` from the `ac-modes` list
diff --git a/doc/index.md b/doc/index.md
index a0c44ba3..02d6adc9 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -78,7 +78,7 @@ CIDER packs plenty of features. Here are some of them (in no particular order):
* nREPL session management
* [Scratchpad](miscellaneous_features.md#using-a-scratchpad)
* [Minibuffer code evaluation](miscellaneous_features.md#evaluating-clojure-code-in-the-minibuffer)
-* Integration with [company-mode][] and [auto-complete-mode][]
+* Integration with [company-mode][]
* [Support for working with multiple simultaneous nREPL connections](managing_connections.md)
![CIDER Screenshot](images/cider-overview.png)
@@ -89,7 +89,6 @@ CIDER packs plenty of features. Here are some of them (in no particular order):
[Sly]: https://github.com/capitaomorte/sly
[Geiser]: https://github.com/jaor/geiser
[company-mode]: http://company-mode.github.io/
-[auto-complete-mode]: https://github.com/clojure-emacs/ac-cider
[leiningen]: http://leiningen.org/
[boot]: http://boot-clj.com/
[piggieback]: https://github.com/cemerick/piggieback