summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-09 03:46:51 +0100
committerjao <jao@gnu.org>2022-06-09 03:46:51 +0100
commit3611515f94a7c39098b88ddf551c400b021b86ee (patch)
tree79eda2427c45aec5f137c9590682222b75a35fcd /custom
parentff94fbb034ac4c4f4bacc9bf68a6af039bec22b4 (diff)
downloadelibs-3611515f94a7c39098b88ddf551c400b021b86ee.tar.gz
elibs-3611515f94a7c39098b88ddf551c400b021b86ee.tar.bz2
nits
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-notmuch.el7
1 files changed, 3 insertions, 4 deletions
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