readme: fix instructions for mu4e segment (#456) (#461)

This commit is contained in:
Sean Farley 2021-08-05 04:09:57 -05:00 committed by GitHub
parent 0ad2e966ab
commit d2d1825b9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -294,6 +294,8 @@ Run `M-x customize-group RET doom-modeline RET` or set the variables.
;; Whether display the mu4e notifications. It requires `mu4e-alert' package. ;; Whether display the mu4e notifications. It requires `mu4e-alert' package.
(setq doom-modeline-mu4e nil) (setq doom-modeline-mu4e nil)
;; also enable the start of mu4e-alert
(mu4e-alert-enable-mode-line-display)
;; Whether display the gnus notifications. ;; Whether display the gnus notifications.
(setq doom-modeline-gnus t) (setq doom-modeline-gnus t)