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:
eb10e77
)
el/dot-emacs.el: Fix bungled face-spec.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 1 Aug 2017 14:03:49 +0000
(15:03 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 1 Aug 2017 14:03:49 +0000
(15:03 +0100)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 967d8ea3f12e534f3698a7a4949a29f24f5d816b..63f6e9d7de619791f4f30858e24f0b409b41f093 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-1198,7
+1198,7
@@
(if (mdw-emacs-version-p 23)
(mdw-define-face region
(((min-colors 64)) :background "grey30")
(((class color)) :background "blue")
(mdw-define-face region
(((min-colors 64)) :background "grey30")
(((class color)) :background "blue")
- (
(t)
:inverse-video t))
+ (
t
:inverse-video t))
(mdw-define-face match
(((class color)) :background "blue")
(t :inverse-video t))
(mdw-define-face match
(((class color)) :background "blue")
(t :inverse-video t))