From 3611515f94a7c39098b88ddf551c400b021b86ee Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 9 Jun 2022 03:46:51 +0100 Subject: nits --- custom/jao-custom-notmuch.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'custom/jao-custom-notmuch.el') diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 539dd31..07f3298 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -178,14 +178,12 @@ :weight bold))) `(("unread") ("signed") - ("new" "N") + ("new" "❇") ("replied" "↩" (propertize tag 'face '(:family "Fira Code"))) ("sent" "S") ("attachment" "📎") ("deleted" "🗙" (propertize tag 'face '(:underline nil ,@e))) - ;; ("attachment" "+") - ;; ("deleted" "xxx" (propertize tag 'face '(:underline nil ,@e))) - ("flagged" "!" (propertize tag 'face ',e)) + ("flagged" "⚑" (propertize tag 'face ',e)) ("jao" "j") ("bigml" "b") ("feeds" "f") @@ -405,6 +403,7 @@ :config (advice-add 'notmuch-clean-address :filter-args #'jao-mail-clean-address) + (add-hook 'notmuch-show-mode-hook (lambda () (setq fill-column 80))) :bind (:map notmuch-show-mode-map -- cgit v1.2.3