help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Change Face of Tab Character?


From: Teemu Likonen
Subject: Re: Change Face of Tab Character?
Date: Wed, 12 Aug 2009 17:28:07 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

On 2009-08-12 10:09 (-0400), Tim Visher wrote:
> I'd like to change the face of a tab character to have red background.

M-x customize-group RET whitespace RET

Then edit the "whitespace-tab" face so that its background is red. Turn
on the whitespace-mode:

    (let ((whitespace-style '(tabs)))
      (whitespace-mode 1))

Not sure if there is more elegant solution. I made this up pretty
quickly. :-)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]