aboutsummaryrefslogtreecommitdiffstats
path: root/oni-company.el
Commit message (Collapse)AuthorAgeFilesLines
* Enable company-posframe as late as possibleGravatar Tom Willemse2019-05-231-3/+10
| | | | | | ‘company-posframe’ checks to see if posframe can actually work. Unfortunately it thinks it can’t work when the first frame is created. So instead only enable ‘company-posframe-mode’ when company starts trying to complete something.
* Hide company-posframe from the mode-lineGravatar Tom Willemse2019-05-231-3/+4
|
* Add company-poscheckGravatar Tom Willemse2019-05-221-32/+4
| | | | | With company-poscheck I can get rid of having to disable ‘fci-mode’ whenever company tries to complete.
* Add oni-fciGravatar Tom Willemse2019-03-061-2/+2
|
* Add Company configurationGravatar Tom Willemse2019-02-061-0/+78