From da234d58f13dc8e2ee903336973958395b59c81e Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 23 Apr 2021 05:24:17 +0100 Subject: little tidy-ups --- email.org | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'email.org') diff --git a/email.org b/email.org index 57f360c..279c62e 100644 --- a/email.org +++ b/email.org @@ -502,7 +502,7 @@ :hook (notmuch-hello-refresh . jao--refresh-agenda) :bind (:map notmuch-hello-mode-map (("g" . jao-notmuch-refresh-hello) - ("S" . consut-notmuch) + ("S" . consult-notmuch) ("k" . nil) ("SPC" . widget-button-press)))) @@ -577,12 +577,14 @@ (when (not (window-live-p notmuch-tree-message-window)) (notmuch-tree-show-message nil)))) + (dolist (f '(notmuch-tree-match-tree-face + notmuch-tree-no-match-tree-face)) + (set-face-attribute f :family "Source Code Pro" :foreground "grey60")) + (defun jao-notmuch--format-field (fun field &rest args) (let ((rs (apply fun field args))) (cond ((and (stringp field) (string= field "tree")) - (propertize (replace-regexp-in-string "►" ">" rs) ;; "➤" - 'face - '(:family "Source Code Pro" :foreground "grey60"))) + (replace-regexp-in-string "►" "" rs)) ((not (stringp field)) (truncate-string-to-width rs 100)) (t rs)))) -- cgit v1.2.3