emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot 243788d 04/54: Force Company to align completion


From: João Távora
Subject: [elpa] externals/eglot 243788d 04/54: Force Company to align completion annotations in Eglot sessions
Date: Thu, 16 Apr 2020 05:31:45 -0400 (EDT)

branch: externals/eglot
commit 243788d38b5a4e9b7c5722bee90fc9f6697090d0
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Force Company to align completion annotations in Eglot sessions
    
    * eglot.el (eglot--managed-mode): force
    company-tooltip-align-annotations to t.
---
 eglot.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eglot.el b/eglot.el
index 92a35ca..e29d888 100644
--- a/eglot.el
+++ b/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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]