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.
This commit is contained in:
2021-10-24 03:52:15 +01:00
parent 11099af502
commit 205af0097a

View File

@@ -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)