Disable the menu bar by default
This commit is contained in:
parent
92d4298870
commit
830913bd25
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user