]> code.delx.au - gnu-emacs-elpa/commit
Update and improve faces
authorOleh Krehel <ohwoeowho@gmail.com>
Wed, 29 Apr 2015 15:00:54 +0000 (17:00 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Wed, 29 Apr 2015 15:17:06 +0000 (17:17 +0200)
commit7bd6003fd538c195230fbe3b89eef8ab3df4aee4
treeeec171194196abea639db9ba2b4d45290cd3441f
parent6b2e95a35377681e32199baa55e79fb55d2adca1
Update and improve faces

* ivy.el (ivy-subdir): Inherit from dired-directory.

* swiper.el (swiper-match-face-1): Update doc.
(swiper-match-face-2): Update doc.
(swiper-match-face-3): Update doc.
(swiper-match-face-4): Inherit from isearch-fail.
(swiper--add-overlays): Fix the faces order swapping on the second
match.

Now it finally works as planned: face-1 is the background (re group 0),
next it cycles: face-2, face-3, face-4, face-2, face-3, face-4.
ivy.el
swiper.el