summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--custom/jao-custom-notmuch.el2
-rw-r--r--init.el2
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" "📎")
diff --git a/init.el b/init.el
index 82680f0..4ff899b 100644
--- a/init.el
+++ b/init.el
@@ -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