From 14064915ea5777454ce3637db56b587850ac9029 Mon Sep 17 00:00:00 2001 From: larstvei Date: Mon, 25 Aug 2025 07:33:30 +0200 Subject: [PATCH] Remove menu bar as well --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index 7185c03..73ee6bf 100644 --- a/init.org +++ b/init.org @@ -370,6 +370,7 @@ (dolist (mode '(tool-bar-mode ; No toolbars, more room for text + menu-bar-mode ; No menu bar scroll-bar-mode ; No scroll bars either blink-cursor-mode)) ; The blinking cursor gets old (funcall mode 0))