From 476028d5114de399528e69bdbd12ad664f8c60db Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 6 Oct 2022 06:15:14 +0100 Subject: nits --- custom/jao-custom-notmuch.el | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'custom') 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 () -- cgit v1.2.3