chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ebdee3
)
el/dot-emacs.el: Better highlighting of M-x occur matches.
author
Mark Wooding
<mwooding@good.com>
Mon, 16 Mar 2015 13:03:24 +0000
(13:03 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 16 Mar 2015 15:19:35 +0000
(15:19 +0000)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index c042a8cb1f4d433d2a4594e44228007986c88bc3..7d7484eca0dcccd14ebc5570f5a15bf5a6fa582d 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-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"))