r3 - 05 Mar 2005 - 23:56:05 - MickBeaverYou are here: TWiki >  CSDocs Web  > EmacsFAQs

Emacs

How Do I Turn Off The Toolbar Or Menu Bar In Emacs?

The following .emacs file entries, written in elisp, will disable the toolbar and/or menubar on your emacs window:

(menu-bar-mode -1) ; turns off menu bar (tool-bar-mode -1) ; turns off tool bar

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r3 < r2 < r1 | More topic actions
 
CSL Home
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback