Disable menu bar

This commit is contained in:
Adam Goldsmith 2018-03-23 01:25:46 -04:00
parent a09994e3ab
commit 93d7f2b110
1 changed files with 1 additions and 0 deletions

View File

@ -399,6 +399,7 @@
(use-package frames-only-mode :ensure
:config
(frames-only-mode t)
(menu-bar-mode 0)
(defun split-window-below-i3 ()
"It's like `split-window-below', but uses i3 stuff"
(interactive)