From 3d24332c37c914d7004811d6e6da37e0ff1c4c07 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 30 Nov 2019 12:00:16 +0100 Subject: Emacs: right-align completion annotations --- user/emacs/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'user/emacs') diff --git a/user/emacs/.emacs.d/init.el b/user/emacs/.emacs.d/init.el index 31b55943..9230e8c5 100644 --- a/user/emacs/.emacs.d/init.el +++ b/user/emacs/.emacs.d/init.el @@ -439,6 +439,7 @@ _p_rev _u_pper _=_: upper/lower _r_esolve :commands (company-explicit-action-p) :custom ((global-company-mode +1) (company-idle-delay 0) + (company-tooltip-align-annotations t) (company-show-numbers t) (company-dabbrev-downcase nil) (company-dabbrev-ignore-case nil) -- cgit 1.4.1