Skip to content

Commit

Permalink
Update required company version for indent or complete
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jul 4, 2015
1 parent 534e621 commit 4c4080d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 4c4080d

Please sign in to comment.