summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-21 09:28:52 -0600
committerCase Duckworth2022-01-21 09:28:52 -0600
commit6ae55c4a36b124eb99c8cd1fb67d9813cc00380d (patch)
tree532d511049aa5fe298ddef47ccf623a4fe1b1cfe /init.el
parentAdd logging to CANCELED state (diff)
downloademacs-6ae55c4a36b124eb99c8cd1fb67d9813cc00380d.tar.gz
emacs-6ae55c4a36b124eb99c8cd1fb67d9813cc00380d.zip
Change display of tab-bar buttons
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/init.el b/init.el index e05148f..15b3768 100644 --- a/init.el +++ b/init.el
@@ -609,7 +609,11 @@
609 (:option tab-bar-tab-name-function '+tab-bar-basename 609 (:option tab-bar-tab-name-function '+tab-bar-basename
610 tab-bar-tab-name-truncated-max 20 610 tab-bar-tab-name-truncated-max 20
611 tab-bar-tab-name-ellipsis truncate-string-ellipsis 611 tab-bar-tab-name-ellipsis truncate-string-ellipsis
612 tab-bar-show t) 612 tab-bar-show t
613 tab-bar-close-button-show t
614 tab-bar-close-button (propertize " ✕ " 'display t
615 'close-tab t)
616 tab-bar-new-button (propertize "+ " 'display t))
613 (tab-bar-mode +1) 617 (tab-bar-mode +1)
614 (if (version< emacs-version "28.0") 618 (if (version< emacs-version "28.0")
615 (+tab-bar-misc-info-mode +1) 619 (+tab-bar-misc-info-mode +1)