(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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user