* put emacs mode line at top?
@ 2010-10-18 18:05 Brendan Miller
2010-10-18 18:12 ` Edward O'Connor
0 siblings, 1 reply; 2+ messages in thread
From: Brendan Miller @ 2010-10-18 18:05 UTC (permalink / raw)
To: help-gnu-emacs
Is there some way to move the emacs mode line to the top of the
window, rather than the bottom?
I'd like to experiment with it a bit, but I seem to look at the bottom
of the window a bit less.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: put emacs mode line at top?
2010-10-18 18:05 put emacs mode line at top? Brendan Miller
@ 2010-10-18 18:12 ` Edward O'Connor
0 siblings, 0 replies; 2+ messages in thread
From: Edward O'Connor @ 2010-10-18 18:12 UTC (permalink / raw)
To: Brendan Miller; +Cc: help-gnu-emacs
> Is there some way to move the emacs mode line to the top of the
> window, rather than the bottom?
>
> I'd like to experiment with it a bit, but I seem to look at the bottom
> of the window a bit less.
(setq header-line-format mode-line-format
mode-line-format nil)
That will need to be in several different mode hooks in order to work, IIRC.
HTH.
Ted
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-18 18:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-18 18:05 put emacs mode line at top? Brendan Miller
2010-10-18 18:12 ` Edward O'Connor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).