mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix error: void-variable mu4e-alert-mode-line.
This commit is contained in:
parent
13d0c0bd21
commit
4f856886d6
1 changed files with 1 additions and 0 deletions
|
@ -1506,6 +1506,7 @@ mouse-1: Toggle Debug on Quit"
|
|||
(doom-modeline-def-segment mu4e
|
||||
(when (and doom-modeline-mu4e
|
||||
(doom-modeline--active)
|
||||
(bound-and-true-p mu4e-alert-mode-line)
|
||||
;; we'll do our own formatting so just need to test for zero
|
||||
(> mu4e-alert-mode-line 0))
|
||||
;; remove mu4e-alert's global modeline string setting
|
||||
|
|
Loading…
Reference in a new issue