summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-12 13:53:24 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-12 13:53:24 -0700
commitbedb30fbf741938708a9d0ce3cb608cc96ef5ccb (patch)
tree64b1fb5b7e7cd91e26df5353632267c789dfc769
parentelfeed: disable proportional fonts and use eww to render article (diff)
downloademacs.d-bedb30fbf741938708a9d0ce3cb608cc96ef5ccb.tar.gz
elfeed: add back face for search-unread
-rw-r--r--emacs/custom/my-elfeed.el3
1 files changed, 2 insertions, 1 deletions
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."