(Emacs/config)~change tab-bar-format to not include buttons

No need for add tab or remove tab buttons, it's a single key chord.
This commit is contained in:
2024-08-24 19:57:55 +01:00
parent 0e876e09e8
commit a4f4665ad5

View File

@@ -960,7 +960,9 @@ effectively.
(use-package tab-bar
:defer t
:init
(setq tab-bar-show 1)
(setq tab-bar-show 1
tab-bar-close-button-show nil
tab-bar-format '(tab-bar-format-history tab-bar-format-tabs tab-bar-separator))
:config
(tab-bar-mode)
:general