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.el6
1 files 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 @@
786 tab-bar-tab-name-ellipsis truncate-string-ellipsis 786 tab-bar-tab-name-ellipsis truncate-string-ellipsis
787 tab-bar-show t 787 tab-bar-show t
788 tab-bar-close-button-show t 788 tab-bar-close-button-show t
789 tab-bar-new-button-show nil 789 tab-bar-new-button-show t
790 +tab-bar-menu-bar-icon " ; " 790 +tab-bar-menu-bar-icon " ; "
791 tab-bar-close-button (propertize "(x)" 791 tab-bar-close-button (propertize " × "
792 'display t 792 'display t
793 'close-tab t) 793 'close-tab nil)
794 tab-bar-new-button (propertize "+ " 'display t)) 794 tab-bar-new-button (propertize "+ " 'display t))
795 ;; I need to set these here so that they take effect /before/ `display-time-mode' 795 ;; I need to set these here so that they take effect /before/ `display-time-mode'
796 (:option display-time-format "%H:%M" 796 (:option display-time-format "%H:%M"