User nerd-icons in mu4e modeline
This commit is contained in:
parent
1ae7f7567e
commit
8a3dc3ad47
10
README.org
10
README.org
|
@ -533,10 +533,10 @@ Configure email with iCalendar event support, to integrate with
|
|||
|
||||
(with-eval-after-load 'mu4e
|
||||
(require 'mu4e-modeline)
|
||||
(setq mu4e-modeline-all-read '("R:" . "R:")
|
||||
mu4e-modeline-all-clear '("C:" . "C:")
|
||||
mu4e-modeline-new-items '("N:" . "N:")
|
||||
mu4e-modeline-unread-items '("U:" . "U:"))
|
||||
(setq mu4e-modeline-all-read '("R:" . " :")
|
||||
mu4e-modeline-all-clear '("C:" . " :")
|
||||
mu4e-modeline-new-items '("N:" . " :")
|
||||
mu4e-modeline-unread-items '("U:" . " :"))
|
||||
(mu4e-modeline-mode +1))
|
||||
|
||||
(with-eval-after-load 'mu4e
|
||||
|
@ -547,7 +547,7 @@ Configure email with iCalendar event support, to integrate with
|
|||
mu4e-search-threaded-label'("T" . " ")
|
||||
mu4e-headers-draft-mark '("D" . " ")
|
||||
mu4e-headers-flagged-mark '("F" . " ")
|
||||
mu4e-headers-unread-mark '("u" . " ")
|
||||
mu4e-headers-unread-mark '("u" . " ")
|
||||
mu4e-headers-passed-mark '("P" . " ")
|
||||
mu4e-headers-replied-mark '("R" . " ")
|
||||
mu4e-headers-trashed-mark '("T" . " ")
|
||||
|
|
Loading…
Reference in a new issue