chiark / gitweb /
el/dot-emacs.el: Better highlighting of M-x occur matches.
[profile] / 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"))