Move company quick completion indexes to left of popup
This commit is contained in:
parent
ed802de0c7
commit
f267f5c2f1
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -219,7 +219,7 @@
|
|||
company-tooltip-align-annotations t
|
||||
company-tooltip-flip-when-above t
|
||||
company-tooltip-margin 0
|
||||
company-show-quick-access 'right)
|
||||
company-show-quick-access 'left)
|
||||
:config
|
||||
(setq company-transformers '(delete-consecutive-dups
|
||||
company-sort-prefer-same-case-prefix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue