From: Oleh Krehel Date: Fri, 8 Apr 2016 07:31:48 +0000 (+0200) Subject: ivy.el (ivy-action): New face X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/9899547ef5ab45c5acc69d60fbb8baa64f04fab4 ivy.el (ivy-action): New face Re #469 --- diff --git a/ivy.el b/ivy.el index 7e0f397fe..296f873e1 100644 --- a/ivy.el +++ b/ivy.el @@ -108,6 +108,10 @@ '((t :inherit font-lock-builtin-face)) "Face used by Ivy for matching virtual buffer names.") +(defface ivy-action + '((t :inherit font-lock-builtin-face)) + "Face used by Ivy for displaying keys in `ivy-read-action'.") + (setcdr (assoc load-file-name custom-current-group-alist) 'ivy) (defcustom ivy-height 10 @@ -480,7 +484,7 @@ selection, non-nil otherwise." (format "%s: %s" (propertize (car x) - 'face 'font-lock-builtin-face) + 'face 'ivy-action) (nth 2 x))) (cdr actions) "\n")