Hide close tab-bar close button

This commit is contained in:
Marcus Kammer 2024-04-16 14:05:22 +02:00
parent 8c13e48230
commit 8404b29460

View file

@ -27,9 +27,8 @@
(tab-bar-auto-width-max '(250 25)) (tab-bar-auto-width-max '(250 25))
(tab-bar-format '(tab-bar-format-history tab-bar-format-tabs-groups)) (tab-bar-format '(tab-bar-format-history tab-bar-format-tabs-groups))
(tab-bar-tab-name-function 'tab-bar-tab-name-truncated) (tab-bar-tab-name-function 'tab-bar-tab-name-truncated)
(tab-line-close-button-show nil) (tab-bar-close-button-show nil)
(tab-line-new-button-show nil) (tab-bar-new-button-show nil)
(tab-line-tabs-function 'tab-line-tabs-mode-buffers)
:config :config
(set-face-attribute 'tab-bar nil (set-face-attribute 'tab-bar nil
:inherit 'mode-line-inactive :inherit 'mode-line-inactive