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

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

[elpa] externals/marginalia 1123544: Use default truncation ellipsis


From: ELPA Syncer
Subject: [elpa] externals/marginalia 1123544: Use default truncation ellipsis
Date: Thu, 29 Jul 2021 17:57:17 -0400 (EDT)

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

    Use default truncation ellipsis
    
    Set truncate-string-ellipsis to "…" to restore the old looks.
---
 marginalia.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/marginalia.el b/marginalia.el
index e2ed835..798c63b 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -340,7 +340,7 @@ for performance profiling of the annotators.")
    (if-let (pos (string-match-p "\n" str))
        (substring str 0 pos)
      str)
-   width 0 32 "…"))
+   width 0 32 t))
 
 (defun marginalia--align (str)
   "Align STR at the right margin."



reply via email to

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