From: Mark Wooding Date: Sat, 27 Jun 2020 11:58:28 +0000 (+0100) Subject: el/dot-emacs.el: Highlight underlining as italics in news. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/b911d2f6549d46b748798b5af5134aa922d6cd67 el/dot-emacs.el: Highlight underlining as italics in news. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 0552890..f83d7ed 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -1662,6 +1662,10 @@ doesn't match any of the regular expressions in (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