Merge pull request #148 from johnmastro/match-face-fix

Fix the `match' face's specification
This commit is contained in:
Greg Pfeil 2015-04-01 20:26:45 -06:00
commit 74b7f224f5
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(lazy-highlight (,@fmt-revr ,@fg-yellow ,@bg-back)) ; Search
(link (,@fmt-undr ,@fg-violet))
(link-visited (,@fmt-undr ,@fg-magenta))
(match ((t (,@fmt-revr ,@fg-yellow ,@bg-back)))) ; Occur
(match (,@fmt-revr ,@fg-yellow ,@bg-back)) ; Occur
(menu (,@fg-base0 ,@bg-base02))
(minibuffer-prompt (,@fmt-bold ,@fg-cyan)) ; Question
(mode-line ; StatusLine