[Emacs] Add unread emails and env version to doom-modeline
This commit is contained in:
parent
2a652f06fd
commit
78c6365f0b
@ -7950,7 +7950,10 @@ The DoomEmacs modeline looks nice in my opinion, let’s use it.
|
|||||||
:config
|
:config
|
||||||
(csetq doom-modeline-height 15
|
(csetq doom-modeline-height 15
|
||||||
doom-modeline-enable-word-count t
|
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
|
#+end_src
|
||||||
|
|
||||||
*** Pixel-perfect alignment of Markdown and org-mode tables
|
*** Pixel-perfect alignment of Markdown and org-mode tables
|
||||||
|
Loading…
Reference in New Issue
Block a user