diff options
author | Case Duckworth | 2022-04-12 13:18:48 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-12 13:18:48 -0500 |
commit | 298ebabb881f1baa9d3a1be32e63fc732e248377 (patch) | |
tree | 8f81b28f22300b2d0b138f69d801a6bb9e3e257d | |
parent | Configure org-mode (diff) | |
download | emacs-298ebabb881f1baa9d3a1be32e63fc732e248377.tar.gz emacs-298ebabb881f1baa9d3a1be32e63fc732e248377.zip |
Configure tab-bar
-rw-r--r-- | init.el | 6 |
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" |