From 6605b0d8db21f358b14b126a2637bacc4ad878a3 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 22 May 2024 14:21:58 +0200 Subject: [PATCH] Dont show tab-bar --- bundle/bundle--gui.el | 1 - 1 file changed, 1 deletion(-) diff --git a/bundle/bundle--gui.el b/bundle/bundle--gui.el index 405c3bc3..07f23d2f 100644 --- a/bundle/bundle--gui.el +++ b/bundle/bundle--gui.el @@ -20,7 +20,6 @@ :box '(:line-width (1 . 8) :style flat-button)) (use-package tab-bar - :hook (after-init . tab-bar-mode) :custom (tab-bar-auto-width nil) (tab-bar-auto-width-max '(250 25))