Remove menu bar as well

This commit is contained in:
larstvei 2025-08-25 07:33:30 +02:00
parent d19a91f485
commit 14064915ea

View File

@ -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))