diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-12 13:53:24 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-12 13:53:24 -0700 |
commit | bedb30fbf741938708a9d0ce3cb608cc96ef5ccb (patch) | |
tree | 64b1fb5b7e7cd91e26df5353632267c789dfc769 /emacs/custom | |
parent | elfeed: disable proportional fonts and use eww to render article (diff) | |
download | emacs.d-bedb30fbf741938708a9d0ce3cb608cc96ef5ccb.tar.gz |
elfeed: add back face for search-unread
Diffstat (limited to 'emacs/custom')
-rw-r--r-- | emacs/custom/my-elfeed.el | 3 |
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." |