Tool bar

From WikEmacs
Revision as of 15:31, 5 April 2012 by Bozhidar (talk | contribs) (native -> built-in)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
tool-bar-mode
Description toggles the tool-bar apperance
Author Dave Love
Maintainer FSF
Source http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/tool-bar.el
Part of Emacs yes

Tool bar stays on top of Emacs frame right beneath the menu bar which allows accessing few common commands by mouse. Since Emacs is designed to be key board centric, most of the Emacs users like to turn it off. tool-bar-mode is a minor mode to toggles the appearance of tool bar .

Basic setup

To turn off tool bar, add the following to your .emacs

 (tool-bar-mode -1)

by calling tool-bar-mode it appears again.


Customization

See Also

menu bar