From 8a3dc3ad478adcb81c91176a37068e80a77691cd Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 30 Oct 2024 16:56:33 +0000 Subject: [PATCH] User nerd-icons in mu4e modeline --- README.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 46a49d1..c1c2f1e 100644 --- a/README.org +++ b/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" . " ")