From c142100e631c11f264429d0ab3286d7f72900675 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 26 Jun 2018 08:31:25 +0300 Subject: [PATCH] Align company's tooltip annotations to the right --- modules/prelude-company.el | 1 + 1 file changed, 1 insertion(+) 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)