emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 9899547 235/272: ivy.el (ivy-action): New face


From: Oleh Krehel
Subject: [elpa] master 9899547 235/272: ivy.el (ivy-action): New face
Date: Mon, 25 Apr 2016 10:13:27 +0000

branch: master
commit 9899547ef5ab45c5acc69d60fbb8baa64f04fab4
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ivy.el (ivy-action): New face
    
    Re #469
---
 ivy.el |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 7e0f397..296f873 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]