From 94d9e4ae19fa7675b12c13e9435c9c9a59f92090 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 16 Dec 2024 10:57:44 +0000 Subject: [PATCH] Emacs: disable menu-bar-mode --- system/home/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/home/emacs/init.el b/system/home/emacs/init.el index 19eac282..4b9fca9c 100644 --- a/system/home/emacs/init.el +++ b/system/home/emacs/init.el @@ -39,7 +39,7 @@ tab-line-tabs-function 'tab-line-tabs-mode-buffers) (global-prettify-symbols-mode +1) -(menu-bar-mode +1) +(menu-bar-mode -1) (tool-bar-mode -1) (scroll-bar-mode -1)