From d7646166f42813a204b371d7d0729004b5ebcceb Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 12 Nov 2014 14:48:35 +0100 Subject: Show underline for whitespace-tab face --- yoshi-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yoshi-theme.el') diff --git a/yoshi-theme.el b/yoshi-theme.el index 868330a..5aa2f03 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -305,7 +305,7 @@ `(whitespace-space ((t (:background unspecified :foreground ,fgpink)))) `(whitespace-space-after-tab ((t (:background ,bgorange :foreground unspecified)))) `(whitespace-space-before-tab ((t (:background ,bgorange :foreground unspecified)))) - `(whitespace-tab ((t (:background unspecified :foreground ,fgdim-1)))) + `(whitespace-tab ((t (:background unspecified :foreground ,fgdim-1 :underline ,fgdim-2)))) `(whitespace-trailing ((t (:background ,bgorange :foreground unspecified)))) `(widget-button ((t (:inherit button)))) `(widget-button-pressed ((t (:inherit widget-button :weight bold)))) -- cgit v1.2.3-54-g00ecf