mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Initialize mu4e-alert-modeline-formatter
This is required for those of us not using mu4e, otherwise, you get a void variable error.
This commit is contained in:
parent
94944ce6a7
commit
ba54bb0cf7
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ 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)
|
||||
(defvar mu4e-alert-modeline-formatter nil)
|
||||
(defvar doom-modeline--mu4e-alert-modeline-formatter mu4e-alert-modeline-formatter)
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Reference in a new issue