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: Eli Zaretskii
Subject: Re: Programmatically maximize Emacs during startup?
Date: Fri, 04 Dec 2020 10:34:25 +0200

> 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.



reply via email to

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