Skip to content

Commit

Permalink
Prevent overriding completions annotations faces
Browse files Browse the repository at this point in the history
  • Loading branch information
gexplorer committed May 24, 2021
1 parent 182e40a commit cc0da2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cc0da2d

Please sign in to comment.