summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-23 10:54:17 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-23 10:54:17 -0700
commit8ef3053ab9791120a8fd025abae772aac21bb72c (patch)
treee3dad1de7224c1b373e56fe4fddee78dd718e279
parent99119a6bd03d491532becc930308bc0275467905 (diff)
Move the section for migrating from auto-complete-mode
-rw-r--r--doc/code_completion.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/code_completion.md b/doc/code_completion.md
index 3078ad1f..529f65a9 100644
--- a/doc/code_completion.md
+++ b/doc/code_completion.md
@@ -63,15 +63,6 @@ This is powered internally by [flx](https://github.com/lewang/flx).
Basically with `company-flx` enabled typing something like `mp` will show you
`map-indexed` as one of the possible completion candidates.
-### 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
-
### Completion annotations
Completion candidates will be annotated by default with an abbreviation
@@ -85,3 +76,12 @@ Completion annotations can be disabled by setting
`cider-annotate-completion-candidates` to `nil`.
![Completion Annotations](images/completion-annotations.png)
+
+### 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