[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make mode-line appear to be a line
From: |
Stephen Berman |
Subject: |
Re: Make mode-line appear to be a line |
Date: |
Wed, 04 Aug 2021 11:22:18 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
On Tue, 3 Aug 2021 22:43:43 -0400 Yuan Fu <casouri@gmail.com> wrote:
> I tried to hide mode-line, but then I can’t separate two windows splitter
> vertically (shown in the attachment). Is there a way to make mode-line appear
> as a line, or draw a line between buffers without mode-line? Or is this a Mac
> problem? (I tried (setq mode-line-format '(:propertize " " :height 1)), it
> doesn’t work, the mode-line still takes the full-height of a line.)
Perhaps using window-divider-mode with window-divider-default-places set
to include `bottom' is good enough?
Steve Berman