Change display of tab-bar buttons

This commit is contained in:
Case Duckworth 2022-01-21 09:28:52 -06:00
parent ef5719915d
commit 6ae55c4a36
1 changed files with 5 additions and 1 deletions

View File

@ -609,7 +609,11 @@
(:option tab-bar-tab-name-function '+tab-bar-basename
tab-bar-tab-name-truncated-max 20
tab-bar-tab-name-ellipsis truncate-string-ellipsis
tab-bar-show t)
tab-bar-show t
tab-bar-close-button-show t
tab-bar-close-button (propertize "" 'display t
'close-tab t)
tab-bar-new-button (propertize "+ " 'display t))
(tab-bar-mode +1)
(if (version< emacs-version "28.0")
(+tab-bar-misc-info-mode +1)