emacs-devel
[Top][All Lists]
Advanced

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

Re: customizing header-line face


From: Kim F. Storm
Subject: Re: customizing header-line face
Date: Tue, 20 Mar 2007 16:54:02 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.96 (gnu/linux)

Ralf Mattes <address@hidden> writes:

> Hello list,
>
> is there any convenient way to customize the face used for header-lines
> buffer-local? I'm trying to get header lines with different backgrund
> color for different buffers (on the same frame).

You can add the face explicitly to the header-line-format string, e.g.

(setq header-line-format (propertize "MY HEADERLINE %-" 'face 'mode-line))


-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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