From: João Távora Date: Tue, 22 Oct 2019 00:44:54 +0000 (+0100) Subject: Force company to align completion annotations in eglot sessions X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~289 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3352f2b095c65e52962d53caa7c0f9f536063ebf;p=emacs.git Force company to align completion annotations in eglot sessions * eglot.el (eglot--managed-mode): force company-tooltip-align-annotations to t. --- 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))