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:
fbd237e
)
el/dot-emacs.el: Highlight underlining as italics in news.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 27 Jun 2020 11:58:28 +0000
(12:58 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 27 Jun 2020 11:58:28 +0000
(12:58 +0100)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 0552890a2d055ec4d01dd8037e0c86535a32b744..f83d7edb2702e4db38dff74c261bb660f9e8f3c5 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-1662,6
+1662,10
@@
(mdw-define-face gnus-cite-10
(mdw-define-face gnus-cite-11
(t :foreground "grey"))
+(mdw-define-face gnus-emphasis-underline
+ (((type tty)) :underline t)
+ (t :slant italic))
+
(mdw-define-face diff-header
(t nil))
(mdw-define-face diff-index