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

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

Re: Disable menu bar mode


From: Kaushal Modi
Subject: Re: Disable menu bar mode
Date: Thu, 14 Dec 2017 02:49:27 +0000

On Wed, Dec 13, 2017 at 9:40 PM Emanuel Berg <moasen@zoho.com> wrote:

> Use this so you don't have to bother with the
> confusing argument:
>
>     (defun toggle-menu-bar-mode ()
> ..
>

menu-bar-mode is a minor mode.

So you do just M-x menu-bar-mode to toggle it.

Below applies to all minor modes (should say almost all, since it's still
possible someone hacked together an unconventional minor mode).

In Elisp:

To enable, pass a positive arg.
To disable, pass a negative arg.
-- 

Kaushal Modi


reply via email to

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