From: Mark Wooding Date: Mon, 16 Mar 2015 13:03:24 +0000 (+0000) Subject: el/dot-emacs.el: Better highlighting of M-x occur matches. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/fa156643375d48ce9b55ba06e571e8a6dd99d486?ds=sidebyside el/dot-emacs.el: Better highlighting of M-x occur matches. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index c042a8c..7d7484e 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -902,6 +902,10 @@ doesn't match any of the regular expressions in (((type tty) (class color)) :background "blue") (((type tty) (class mono)) :inverse-video t) (t :background "grey30")) +(mdw-define-face match + (((type tty) (class color)) :background "blue") + (((type tty) (class mono)) :inverse-video t) + (t :background "blue")) (mdw-define-face mc/cursor-face (((type tty) (class mono)) :inverse-video t) (t :background "red"))