From 3352f2b095c65e52962d53caa7c0f9f536063ebf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Tue, 22 Oct 2019 01:44:54 +0100 Subject: [PATCH] Force company to align completion annotations in eglot sessions * eglot.el (eglot--managed-mode): force company-tooltip-align-annotations to t. --- lisp/progmodes/eglot.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 92a35cab438..e29d8885774 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -1226,6 +1226,7 @@ For example, to keep your Company customization use (eglot--setq-saving xref-prompt-for-identifier nil) (eglot--setq-saving flymake-diagnostic-functions '(eglot-flymake-backend t)) (eglot--setq-saving company-backends '(company-capf)) + (eglot--setq-saving company-tooltip-align-annotations t) (eglot--setq-saving imenu-create-index-function #'eglot-imenu) (flymake-mode 1) (eldoc-mode 1)) -- 2.39.2