summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-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."