Change tab-bar display

This commit is contained in:
Case Duckworth 2022-01-31 00:53:58 -06:00
parent e8589cec6c
commit 843a784d56
2 changed files with 3 additions and 2 deletions

View File

@ -632,7 +632,8 @@
tab-bar-tab-name-ellipsis truncate-string-ellipsis
tab-bar-show t
tab-bar-close-button-show t
tab-bar-close-button (propertize "" 'display t
tab-bar-close-button (propertize ""
'display t
'close-tab t)
tab-bar-new-button (propertize "+ " 'display t))
(tab-bar-mode +1)

View File

@ -122,7 +122,7 @@ Used by `tab-bar-format-menu-bar'."
(defun +tab-bar-format-menu-bar ()
"Produce the Menu button for the tab bar that shows the menu bar."
`((menu-bar menu-item (propertize " Ɛ " 'face '+tab-bar-extra)
`((menu-bar menu-item (propertize " 𝜀 " 'face '+tab-bar-extra)
+tab-bar-menu-bar :help "Menu Bar")))