Set company-tooltip-flip-when-above to t

This commit is contained in:
Bozhidar Batsov 2014-06-04 15:57:29 +03:00
parent b21abe428e
commit 2656ffa229

View file

@ -38,6 +38,9 @@
(setq company-idle-delay 0.5)
(setq company-tooltip-limit 10)
(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)