(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
|
(use-package tab-bar
|
||||||
:defer t
|
:defer t
|
||||||
:init
|
: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
|
:config
|
||||||
(tab-bar-mode)
|
(tab-bar-mode)
|
||||||
:general
|
:general
|
||||||
|
|||||||
Reference in New Issue
Block a user