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: Sat, 5 Dec 2020 04:11:46 +0100

> Sent: Saturday, December 05, 2020 at 4:05 AM
> From: "David Masterson" <dsmasterson92630@outlook.com>
> To: "Christopher Dimech" <dimech@gmx.com>
> Cc: help-gnu-emacs@gnu.org
> Subject: Re: Programmatically maximize Emacs during startup?
>
> Christopher Dimech <dimech@gmx.com> writes:
>
> > (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)
>
> Thanks.  Since I'm using a Chromebook, I don't have a (readily obvious)
> set of function keys, so, if needed, I'll find other keys.

Use the keys that work best for you.  you can check if a key is empty by using

C-h k KeySeq

where KeySeq is the key sequence you want to check


> --
> David Masterson
>



reply via email to

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