5

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?

enter image description here

Jorge Castro
  • 71,754
Hooked
  • 2,363

2 Answers2

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
4

Options menu -> Show/Hide -> Tool-bar -> None

Options -> Save Options