From 843a784d56dc19f1633adfed3fc39402fdc75624 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 31 Jan 2022 00:53:58 -0600 Subject: Change tab-bar display --- init.el | 3 ++- lisp/+tab-bar.el | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index f8228cf..40678a1 100644 --- a/init.el +++ b/init.el @@ -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) diff --git a/lisp/+tab-bar.el b/lisp/+tab-bar.el index b11be2c..bbfbcf8 100644 --- a/lisp/+tab-bar.el +++ b/lisp/+tab-bar.el @@ -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"))) -- cgit 1.4.1-21-gabe81