From cfb1f80f1fb0bf4f9aacd13c03eae7ba0361196c Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Wed, 30 Jan 2019 16:07:26 +0800 Subject: [PATCH] Update docs for the mu4e indicator. --- README.md | 4 ++++ doom-modeline.el | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index b8c831a..6647dc4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doom-modeline.el b/doom-modeline.el index c96a81b..89f2cb6 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -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