summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--notmuch.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/notmuch.org b/notmuch.org
index c144c8a..7dc37c6 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -119,7 +119,7 @@
(if widen jao-notmuch-widened-searches notmuch-saved-searches)))
(notmuch-jump-search)))
-#+end_src
+ #+end_src
* tags
#+begin_src emacs-lisp
(setq notmuch-archive-tags '("+trove" "-new")
@@ -130,7 +130,7 @@
`(("unread")
("signed")
("new" "N")
- ("replied" "R")
+ ("replied" "↩" (propertize tag 'face '(:family "Fira Code")))
("sent" "S")
("attachment" "📎")
("deleted" "×××" (propertize tag 'face '(:underline nil ,@e)))