mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix #73: redundant eyebrowse-mode display in misc-info segment.
This commit is contained in:
parent
6de3d21959
commit
a20da08a11
1 changed files with 1 additions and 0 deletions
|
@ -1343,6 +1343,7 @@ Requires `eyebrowse-mode' to be enabled."
|
||||||
(str (if (and tag (< 0 (length tag)))
|
(str (if (and tag (< 0 (length tag)))
|
||||||
tag
|
tag
|
||||||
(when num (int-to-string num)))))
|
(when num (int-to-string num)))))
|
||||||
|
(assq-delete-all 'eyebrowse-mode mode-line-misc-info)
|
||||||
(propertize (format " %s " str) 'face
|
(propertize (format " %s " str) 'face
|
||||||
(if (doom-modeline--active) 'doom-modeline-buffer-major-mode)))
|
(if (doom-modeline--active) 'doom-modeline-buffer-major-mode)))
|
||||||
""))
|
""))
|
||||||
|
|
Loading…
Reference in a new issue