From bedb30fbf741938708a9d0ce3cb608cc96ef5ccb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 12 May 2022 13:53:24 -0700 Subject: elfeed: add back face for search-unread --- emacs/custom/my-elfeed.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/custom/my-elfeed.el b/emacs/custom/my-elfeed.el index d1ace62..92eacea 100644 --- a/emacs/custom/my-elfeed.el +++ b/emacs/custom/my-elfeed.el @@ -26,7 +26,8 @@ (with-eval-after-load 'elfeed (setq elfeed-search-face-alist - '((mustread elfeed-face-tag-mustread)))) + '((mustread elfeed-face-tag-mustread) + (unread elfeed-search-unread-title-face)))) (defun my/elfeed-show-visit-eww () "Visit the current entry in eww." -- cgit 1.4.1