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

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

Re: Programmatically maximize Emacs during startup?


From: Christopher Dimech
Subject: Re: Programmatically maximize Emacs during startup?
Date: Fri, 4 Dec 2020 16:03:45 +0100

> Sent: Friday, December 04, 2020 at 9:34 AM
> From: "Eli Zaretskii" <eliz@gnu.org>
> To: help-gnu-emacs@gnu.org
> Subject: Re: Programmatically maximize Emacs during startup?
>
> > From: Christopher Dimech <dimech@gmx.com>
> > Date: Fri, 4 Dec 2020 05:04:29 +0100
> > Cc: help-gnu-emacs@gnu.org
> >
> >
> > (require 'maximize)
> >
> > If you want to bind Hot-keys, add setting lines like below.
> >
> > (global-set-key [f9] 'maximize-toggle-frame-vmax)
> > (global-set-key [f11] 'maximize-toggle-frame-hmax)
>
> F11 is already bound to a similar, but more useful command, so I don't
> see why the OP should rebind it.  He should simply use it.

Agreed



reply via email to

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