summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-07-04 19:46:53 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-07-04 19:46:53 +0300
commit4c4080dae11f9b938bc6cb3764ada5a1bbe8be03 (patch)
treec76d4e6ee592b9a51c7c9c45fab79c9d86b8ce6b /README.md
parent534e621c9319254db033d1ff83bd703b351dfe5a (diff)
Update required company version for indent or complete
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 29c63b74..afd23307 100644
--- a/README.md
+++ b/README.md
@@ -540,7 +540,8 @@ To make `tab` complete, without losing the ability to manually indent, you can a
(global-set-key (kbd "TAB") #'company-indent-or-complete-common)
```
-`company-indent-or-complete-common` requires a version of `company-mode` newer than `0.8.12`.
+`company-indent-or-complete-common` in available only in `company-mode` 0.9+ (at
+the time of this writing it's still in development).
#### Migrating from `auto-complete-mode`