From 298ebabb881f1baa9d3a1be32e63fc732e248377 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 12 Apr 2022 13:18:48 -0500 Subject: Configure tab-bar --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 7ea94dc..4fc5511 100644 --- a/init.el +++ b/init.el @@ -786,11 +786,11 @@ tab-bar-tab-name-ellipsis truncate-string-ellipsis tab-bar-show t tab-bar-close-button-show t - tab-bar-new-button-show nil + tab-bar-new-button-show t +tab-bar-menu-bar-icon " ; " - tab-bar-close-button (propertize "(x)" + tab-bar-close-button (propertize " × " 'display t - 'close-tab t) + 'close-tab nil) tab-bar-new-button (propertize "+ " 'display t)) ;; I need to set these here so that they take effect /before/ `display-time-mode' (:option display-time-format "%H:%M" -- cgit 1.4.1-21-gabe81