[Emacs] Add unread emails and env version to doom-modeline
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2022-11-11 14:44:14 +01:00
parent 2a652f06fd
commit 78c6365f0b
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 1 deletions

View File

@ -7950,7 +7950,10 @@ The DoomEmacs modeline looks nice in my opinion, lets use it.
:config
(csetq doom-modeline-height 15
doom-modeline-enable-word-count t
doom-modeline-continuous-word-count-modes '(markdown-mode gfm-mode org-mode)))
doom-modeline-continuous-word-count-modes '(markdown-mode gfm-mode org-mode)
doom-modeline-mu4e t
doom-modeline-env-version t)
(mu4e-alert-enable-mode-line-display))
#+end_src
*** Pixel-perfect alignment of Markdown and org-mode tables