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

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

[elpa] externals/ivy 040d458 2/3: Prevent overriding completions annotat


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy 040d458 2/3: Prevent overriding completions annotations faces
Date: Wed, 2 Jun 2021 09:52:40 -0400 (EDT)

branch: externals/ivy
commit 040d458bce4a88f37359192061bcea5ebe87007c
Author: Eder Elorriaga <gexplorer8@gmail.com>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Prevent overriding completions annotations faces
    
    * ivy.el (ivy--format-minibuffer-line): Append
    ivy-completions-annotations face (PR #2875).
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 6fa2697..5ef1a30 100644
--- a/ivy.el
+++ b/ivy.el
@@ -4088,7 +4088,7 @@ in this case."
     (when annot
       (setq str (concat str (funcall annot str)))
       (add-face-text-property
-       olen (length str) 'ivy-completions-annotations nil str))
+       olen (length str) 'ivy-completions-annotations t str))
     str))
 
 (defun ivy-read-file-transformer (str)



reply via email to

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