After upgrading from Ubuntu 13 -> 14.04 emacs
now wastes valuable screen space with silly buttons. How can I go back to a "buttonless" version of emacs?
Asked
Active
Viewed 1,159 times
5

Jorge Castro
- 71,754

Hooked
- 2,363
2 Answers
9
Edit your ~/.emacs
or our ~/.emacs.d/init.el
file and add this line
(tool-bar-mode 0)
This will prevent the toolbar for showing again.

yorodm
- 296
- 2
- 3