diff --git a/modules/prelude-company.el b/modules/prelude-company.el index 9492f4b..4a9ed97 100644 --- a/modules/prelude-company.el +++ b/modules/prelude-company.el @@ -39,6 +39,7 @@ (setq company-show-numbers t) (setq company-tooltip-limit 10) (setq company-minimum-prefix-length 2) +(setq company-tooltip-align-annotations t) ;; 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)