[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
>
- Programmatically maximize Emacs during startup?, David Masterson, 2020/12/03
- Re: Programmatically maximize Emacs during startup?, Christopher Dimech, 2020/12/03
- Re: Programmatically maximize Emacs during startup?, Jean Louis, 2020/12/04
- Re: Programmatically maximize Emacs during startup?, Thien-Thi Nguyen, 2020/12/04
- Re: Programmatically maximize Emacs during startup?, David Masterson, 2020/12/04
- Re: Programmatically maximize Emacs during startup?, Thien-Thi Nguyen, 2020/12/05
- Re: Programmatically maximize Emacs during startup?, David Masterson, 2020/12/05
- Re: Programmatically maximize Emacs during startup?, Michael Heerdegen, 2020/12/05
- Re: Programmatically maximize Emacs during startup?, Marcin Borkowski, 2020/12/06
- Re: Programmatically maximize Emacs during startup?, Michael Heerdegen, 2020/12/06
Re: Programmatically maximize Emacs during startup?, Joost Kremers, 2020/12/04