diff --git a/modules/workspaces/siren-tab-bar.el b/modules/workspaces/siren-tab-bar.el index 5e33949..88e77d4 100644 --- a/modules/workspaces/siren-tab-bar.el +++ b/modules/workspaces/siren-tab-bar.el @@ -55,6 +55,8 @@ (tab-bar-history-limit 25) (tab-bar-new-tab-choice "*scratch*") (tab-bar-tab-hints nil) + ;; Don't show visual tab-bar unless there are more than 99 tabs. + (tab-bar-show 99) :config (siren-tab-bar-setup)