summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index f8228cf..40678a1 100644 --- a/init.el +++ b/init.el
@@ -632,7 +632,8 @@
632 tab-bar-tab-name-ellipsis truncate-string-ellipsis 632 tab-bar-tab-name-ellipsis truncate-string-ellipsis
633 tab-bar-show t 633 tab-bar-show t
634 tab-bar-close-button-show t 634 tab-bar-close-button-show t
635 tab-bar-close-button (propertize " ✕ " 'display t 635 tab-bar-close-button (propertize " ◦ "
636 'display t
636 'close-tab t) 637 'close-tab t)
637 tab-bar-new-button (propertize "+ " 'display t)) 638 tab-bar-new-button (propertize "+ " 'display t))
638 (tab-bar-mode +1) 639 (tab-bar-mode +1)