diff options
-rw-r--r-- | custom/jao-custom-notmuch.el | 2 | ||||
-rw-r--r-- | init.el | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 07f3298..27c0621 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -178,7 +178,7 @@ :weight bold))) `(("unread") ("signed") - ("new" "❇") + ("new" "N") ("replied" "↩" (propertize tag 'face '(:family "Fira Code"))) ("sent" "S") ("attachment" "📎") @@ -647,7 +647,6 @@ ;;;; jao-notify (require 'jao-notify) - ;;;; tracking (use-package tracking :demand t @@ -678,7 +677,6 @@ :init (setq tmr-sound-file "/usr/share/sounds/freedesktop/stereo/message.oga" tmr-descriptions-list '("tea is ready"))) - ;;;; pulsar (use-package pulsar :ensure t |