[emacs] Don't show the menu bar
This commit is contained in:
parent
5ee4fb170f
commit
ab796377c7
1 changed files with 3 additions and 0 deletions
3
emacs
3
emacs
|
@ -32,6 +32,9 @@
|
|||
(require 'evil)
|
||||
(evil-mode 1)
|
||||
|
||||
; Don't show the menu bar
|
||||
(menu-bar-mode -1)
|
||||
|
||||
;;
|
||||
;; ORG MODE
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue