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

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

[elpa] master ddc1d9f 114/272: Move all faces to ivy-faces group


From: Oleh Krehel
Subject: [elpa] master ddc1d9f 114/272: Move all faces to ivy-faces group
Date: Mon, 25 Apr 2016 10:13:20 +0000

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

    Move all faces to ivy-faces group
    
    Fixes #389
---
 ivy.el |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/ivy.el b/ivy.el
index c3161d4..c762a6b 100644
--- a/ivy.el
+++ b/ivy.el
@@ -46,7 +46,8 @@
 
 (defgroup ivy-faces nil
   "Font-lock faces for `ivy'."
-  :group 'ivy)
+  :group 'ivy
+  :group 'faces)
 
 (defface ivy-current-match
   '((((class color) (background light))
@@ -91,8 +92,6 @@
   '((t :foreground "red" :inherit minibuffer-prompt))
   "Face used by Ivy for a match required prompt.")
 
-(setcdr (assoc load-file-name custom-current-group-alist) 'ivy)
-
 (defface ivy-subdir
   '((t (:inherit 'dired-directory)))
   "Face used by Ivy for highlighting subdirs in the alternatives.")
@@ -109,6 +108,8 @@
   '((t :inherit font-lock-builtin-face))
   "Face used by Ivy for matching virtual buffer names.")
 
+(setcdr (assoc load-file-name custom-current-group-alist) 'ivy)
+
 (defcustom ivy-height 10
   "Number of lines for the minibuffer window."
   :type 'integer)



reply via email to

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