From 205af0097a61987f7210f10c38595244bf113300 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 24 Oct 2021 03:52:15 +0100 Subject: [PATCH] feat(workspaces/tab-bar): hide tab-bar I prefer my custom echo area message which appears whenever any tab-bar operations are performed, as they don't take up permanent space on the screen. --- modules/workspaces/siren-tab-bar.el | 2 ++ 1 file changed, 2 insertions(+) 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)