View Full Version : How do I turn off toolbar in emacs21?
mnoel
01-28-2003, 02:21 PM
I finally installed fink and Emacs rev 21. All works well, but I'd like to ditch the "toolbar", or whatever it's called, in this new level of emacs. It's really pretty, but I geberally just use the keyboard for these sorts of things and don't want to waste the screen space.
In Xemacs, from the 'options' menu-->display-->(uncheck)Toolbars visible.
mnoel
01-28-2003, 02:48 PM
Thanks, but GNU Emacs does not have "display" in the Options menu.
Yes, add to your .emacs:
;; turn off toolbar
(tool-bar-mode 0)
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.