From 3e8bbe36f4a21a5778648346b84c5830bc01b9a7 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 21 Jan 2021 11:07:24 +0000 Subject: [PATCH] fix(workspaces): don't hide tab-bar on startup Recent native-comp builds glitch out running in a terminal when tab-bar-mode is enabled and tab-bar-show is set to nil. I'm not sure if it's a native-comp specific thing, or just latest emacs-28 dev. --- modules/workspaces/siren-tab-bar.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/workspaces/siren-tab-bar.el b/modules/workspaces/siren-tab-bar.el index 4099668..b360218 100644 --- a/modules/workspaces/siren-tab-bar.el +++ b/modules/workspaces/siren-tab-bar.el @@ -58,7 +58,6 @@ (tab-bar-history-limit 25) (tab-bar-new-tab-choice "*scratch*") (tab-bar-tab-hints nil) - (tab-bar-show nil) :init (defun siren-tab-bar-setup ()