From 02aeb16991d61d10ef394affa2bf781c44f8aa06 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 15 Sep 2024 10:41:45 +0200 Subject: [PATCH] Dont show menu-bar or tool-bar by calling toggle-frame --- bundle/bundle--mk.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bundle/bundle--mk.el b/bundle/bundle--mk.el index afb0a264..f362cbd7 100644 --- a/bundle/bundle--mk.el +++ b/bundle/bundle--mk.el @@ -515,11 +515,7 @@ an ALIAS and SERVICE as arguments and call (progn (menu-bar-mode -1) (tool-bar-mode -1) - (scroll-bar-mode -1)) - (progn - (menu-bar-mode 1) - (tool-bar-mode 1) - (scroll-bar-mode 1))) + (scroll-bar-mode -1))) (message "Window decorations %s" (if new-undecorated "disabled" "enabled")))) (global-set-key (kbd "") 'mk/toggle-frame-decorations)