branch: elpa/helm commit 6464df14ac6fecde6103835c8f8a7749c0768304 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Use helm-completions-detailed as well in helm-completion-library-affixation --- helm-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-mode.el b/helm-mode.el index 9a447e9ae5..193b01798c 100644 --- a/helm-mode.el +++ b/helm-mode.el @@ -1389,7 +1389,7 @@ is used." helm--locate-library-doc-cache)))) (list comp "" - (helm-aand (propertize doc 'face 'font-lock-warning-face) + (helm-aand (propertize doc 'face 'helm-completions-detailed) (propertize " " 'display (concat sep it)))))))) (defun helm-completion-eww-affixation (_completions)