mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix: display invalid information in mu4e segment.
This commit is contained in:
parent
4377c9ea5c
commit
2ae39ff5ca
1 changed files with 2 additions and 1 deletions
|
@ -155,7 +155,8 @@ If DEFAULT is non-nil, set the default mode-line for all buffers."
|
|||
|
||||
(defvar doom-modeline--default-mode-line mode-line-format)
|
||||
|
||||
(defvar mu4e-alert-modeline-formatter nil)
|
||||
(unless (featurep 'mu4e-alert)
|
||||
(defvar mu4e-alert-modeline-formatter #'ignore))
|
||||
(defvar doom-modeline--mu4e-alert-modeline-formatter mu4e-alert-modeline-formatter)
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Reference in a new issue