From e2e0da016be707f7725ef1902ef6c7163544fd8e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 26 Nov 2013 01:04:53 +0100 Subject: Don't use underline for warning face It gets annoying when reading perl man pages with woman. --- yoshi-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoshi-theme.el b/yoshi-theme.el index ed051fa..a2b0ce9 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -97,7 +97,7 @@ `(font-lock-string-face ((t (:foreground ,fgturquoise)))) `(font-lock-type-face ((t (:foreground ,fgpurple)))) `(font-lock-variable-name-face ((t (:foreground ,fgyellow)))) - `(font-lock-warning-face ((t (:underline (:color ,fgorange) :inherit unspecified)))) + `(font-lock-warning-face ((t (:foreground ,fgorange :inherit unspecified :weight bold)))) `(fringe ((t (:background unspecified :inherit default)))) `(gnus-button ((t (:weight bold)))) `(gnus-cite-1 ((t (:foreground ,fgred)))) -- cgit v1.2.3-54-g00ecf