diff --git a/emacs/init.org b/emacs/init.org index 610db65..bc93cd7 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -989,6 +989,11 @@ Get rid of the janky buttons: (tool-bar-mode -1) #+END_SRC +And the menu bar: +#+BEGIN_SRC emacs-lisp + (menu-bar-mode -1) +#+END_SRC + And the ugly scroll bars: #+BEGIN_SRC emacs-lisp (set-scroll-bar-mode nil)