chiark / gitweb /
el/dot-emacs.el: Better highlighting of M-x occur matches.
authorMark Wooding <mwooding@good.com>
Mon, 16 Mar 2015 13:03:24 +0000 (13:03 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 16 Mar 2015 15:19:35 +0000 (15:19 +0000)
el/dot-emacs.el

index c042a8cb1f4d433d2a4594e44228007986c88bc3..7d7484eca0dcccd14ebc5570f5a15bf5a6fa582d 100644 (file)
@@ -902,6 +902,10 @@ (mdw-define-face region
   (((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"))