Set company-tooltip-flip-when-above to t
This commit is contained in:
parent
b21abe428e
commit
2656ffa229
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@
|
||||||
(setq company-idle-delay 0.5)
|
(setq company-idle-delay 0.5)
|
||||||
(setq company-tooltip-limit 10)
|
(setq company-tooltip-limit 10)
|
||||||
(setq company-minimum-prefix-length 2)
|
(setq company-minimum-prefix-length 2)
|
||||||
|
;; invert the navigation direction if the the completion popup-isearch-match
|
||||||
|
;; is displayed on top (happens near the bottom of windows)
|
||||||
|
(setq company-tooltip-flip-when-above t)
|
||||||
|
|
||||||
(global-company-mode 1)
|
(global-company-mode 1)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue