branch: externals/ivy
commit 040d458bce4a88f37359192061bcea5ebe87007c
Author: Eder Elorriaga <gexplor...@gmail.com>
Commit: Basil L. Contovounesios <conto...@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