diff options
author | Case Duckworth | 2022-01-16 16:31:17 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-16 16:31:17 -0600 |
commit | 0a0c898a28370a0f7a95910f54a99f05a1a391c7 (patch) | |
tree | 0a8c3a43357c5a0dd642cc3ca89e4faa9c1bf7fc /lisp | |
parent | Define `+tab-bar-extra' face (diff) | |
download | emacs-0a0c898a28370a0f7a95910f54a99f05a1a391c7.tar.gz emacs-0a0c898a28370a0f7a95910f54a99f05a1a391c7.zip |
Un-propertize +tab-bar-misc-info
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/+tab-bar.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/+tab-bar.el b/lisp/+tab-bar.el index bd5d17e..ffbdd70 100644 --- a/lisp/+tab-bar.el +++ b/lisp/+tab-bar.el | |||
@@ -19,9 +19,9 @@ | |||
19 | 19 | ||
20 | (defun +tab-bar-misc-info () | 20 | (defun +tab-bar-misc-info () |
21 | "Display `mode-line-misc-info', formatted for the tab-bar." | 21 | "Display `mode-line-misc-info', formatted for the tab-bar." |
22 | `((global menu-item ,(propertize (string-trim-right | 22 | `((global menu-item ,(string-trim-right |
23 | (format-mode-line mode-line-misc-info)) | 23 | (format-mode-line mode-line-misc-info)) |
24 | 'face '+tab-bar-extra) | 24 | |
25 | ignore))) | 25 | ignore))) |
26 | 26 | ||
27 | (defvar +tab-bar-show-original nil | 27 | (defvar +tab-bar-show-original nil |