branch: elpa/helm commit 3de5d14a547accacbaf21cc52d08faf91faedf41 Author: Ta Quang Trung <taquangtrun...@gmail.com> Commit: Ta Quang Trung <taquangtrun...@gmail.com>
use a more specialized face for key binding information --- helm-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-mode.el b/helm-mode.el index 7486f1d801..2cd05ca4c7 100644 --- a/helm-mode.el +++ b/helm-mode.el @@ -1295,7 +1295,7 @@ is used." (let* ((key (and (commandp sym) (where-is-internal sym nil 'first-only))) (binding (and key (key-description key)))) (when binding - (propertize (format " (%s)" binding) 'face 'shadow))))) + (propertize (format " (%s)" binding) 'face 'help-key-binding))))) (defun helm-completion-package-affixation (_completions) (lambda (comp)