Update docs for the mu4e indicator.

This commit is contained in:
Vincent Zhang 2019-01-30 16:07:26 +08:00
parent 81e356cd3b
commit cfb1f80f1f
2 changed files with 5 additions and 0 deletions

View file

@ -35,6 +35,7 @@ The `doom-modeline` was designed for minimalism, and offers:
- An indicator for current input method
- An indicator for `LSP` state
- An indicator for github notifications
- An indicator for unread emails with `mu4e-alert`.
- An indicator for buffer position which is compatible with `nyan-mode`
- An indicator for party parrot
- An indicator for PDF page number
@ -173,6 +174,9 @@ Strongly recommend to use
;; Whether display environment version or not.
(setq doom-modeline-version t)
;; Whether display mu4e notifications or not. Requires `mu4e-alert' package.
(setq doom-modeline-mu4e t)
```
## FAQ

View file

@ -54,6 +54,7 @@
;; - An indicator for debug state
;; - An indicator for LSP state
;; - An indicator for github notifications
;; - An indicator for unread emails with mu4e-alert.
;; - An indicator for buffer position which is compatible with nyan-mode
;; - An indicator for party parrot
;; - An indicator for PDF page number