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

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

Re: Face for the space in the window beneath the contents of the buffer?


From: Alex Kost
Subject: Re: Face for the space in the window beneath the contents of the buffer?
Date: Thu, 06 Feb 2014 01:56:55 +0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Tim Visher (2014-02-05 21:14 +0400) wrote:

> I'd like some visual indication of where the contents of the buffer
> ends. I've always thought it would be nice to have a different color
> for the space beneath the buffer in the window.
> ...

Not exactly what you want, but you can use:

(setq-default indicate-empty-lines t)

Also I like this:

(setq-default indicate-buffer-boundaries 'left)

See (info "(elisp) Fringe Indicators") for details.




reply via email to

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