branch: master commit ddc1d9f6e738b8aa9adfc41cf3f5bb5f9547f4b4 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
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)