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

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

[elpa] externals/marginalia 4a5ada6 063/241: smaller variable field


From: Stefan Monnier
Subject: [elpa] externals/marginalia 4a5ada6 063/241: smaller variable field
Date: Fri, 28 May 2021 20:48:57 -0400 (EDT)

branch: externals/marginalia
commit 4a5ada6dce6d6dee2148ec79bfac9761efe39f03
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    smaller variable field
---
 marginalia.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/marginalia.el b/marginalia.el
index 2cac877..69929c6 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -277,7 +277,7 @@ This hash table is needed to speed up 
`marginalia-annotate-command-binding'.")
     (when-let (doc (documentation-property sym 'variable-documentation))
       (marginalia--fields
        ((if (boundp sym) (symbol-value sym) 'unbound)
-        :truncate (/ marginalia-truncate-width 2) :format "%S" :face 
'marginalia-variable)
+        :truncate (/ marginalia-truncate-width 3) :format "%S" :face 
'marginalia-variable)
        (doc :truncate marginalia-truncate-width :face 
'marginalia-documentation)))))
 
 (defun marginalia-annotate-face (cand)



reply via email to

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