diff options
author | jao <jao@gnu.org> | 2022-10-06 06:15:14 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-10-06 06:25:22 +0100 |
commit | 476028d5114de399528e69bdbd12ad664f8c60db (patch) | |
tree | dbe25dd1a2431c326f2b1132cb9964046dbff6d5 /custom | |
parent | 5477f87950b9f649132bcfaac31cb84a1a371022 (diff) | |
download | elibs-476028d5114de399528e69bdbd12ad664f8c60db.tar.gz elibs-476028d5114de399528e69bdbd12ad664f8c60db.tar.bz2 |
nits
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-notmuch.el | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 29497ce..27b8465 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -194,16 +194,15 @@ notmuch-show-mark-read-tags '("-new" "-unread") notmuch-tag-formats (let ((d `(:foreground ,(face-attribute 'jao-themes-dimm :foreground))) - (e `(:foreground ,(face-attribute 'jao-themes-error :foreground) - :weight bold))) + (e `(:foreground ,(face-attribute 'jao-themes-error :foreground)))) `(("unread") ("signed") ("new" "N") ("replied" "↩" (propertize tag 'face '(:family "Fira Code"))) - ("sent" "S") + ("sent" "🛪") ("attachment" "📎") ("deleted" "🗙" (propertize tag 'face '(:underline nil ,@e))) - ("flagged" "✓" (propertize tag 'face '(:weight bold ,e))) + ("flagged" "✓") ("jao" "j") ("bigml" "b") ("feeds" "f") @@ -256,10 +255,10 @@ (use-package jao-notmuch :demand t) ;;; hello -(defun jao-notmuch-hello--header () (insert " ")) +;; (defun jao-notmuch-hello--header () (insert " ")) +;; (when (display-graphic-p) +;; (add-to-list 'notmuch-hello-sections 'jao-notmuch-hello--header)) -(when (display-graphic-p) - (add-to-list 'notmuch-hello-sections 'jao-notmuch-hello--header)) (add-to-list 'notmuch-hello-sections 'notmuch-hello-insert-alltags t) (defun jao-notmuch-refresh-agenda () |