From 93d7f2b11023b5f6cc464e822a3233cd1da6c3e9 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 23 Mar 2018 01:25:46 -0400 Subject: [PATCH] Disable menu bar --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8c5b661..d7b7c4c 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)