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

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

Re: getting rid of menu bar in text mode


From: Carsten Weinberg
Subject: Re: getting rid of menu bar in text mode
Date: Fri, 23 Apr 2004 21:45:26 +0200

On Fri, 23 Apr 2004 12:31:03 -0700
Lowell Kirsh <lkirsh@cs.ubc.ca> wrote:

> Is there a way to get rid of the menu bar when running emacs in text 
> mode? (I mean the bar at the top with "file", "edit", "options"...)


  (unless window-system
        (menu-bar-mode -1)
  )




reply via email to

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