Disable the menu bar by default

This commit is contained in:
Jeremy Dormitzer 2019-08-25 14:27:30 -04:00
parent 92d4298870
commit 830913bd25

View File

@ -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)