branch: elpa/elfeed
commit e18cbb8cc4bb08e1512571449623f5f03f43f94c
Author: Protesilaos <[email protected]>
Commit: Daniel Mendler <[email protected]>
Use header-line-highlight face instead of highlight face for header-line
elements
---
elfeed.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elfeed.el b/elfeed.el
index 5fc937e00e..80e38690e9 100644
--- a/elfeed.el
+++ b/elfeed.el
@@ -952,7 +952,7 @@ saved to your customization file."
'elfeed--header-button command
'keymap elfeed--header-button-map
'help-echo (or help (format "Run `%s'" command))
- 'mouse-face 'highlight))
+ 'mouse-face 'header-line-highlight))
(defun elfeed--header-log-button ()
"Button to show the Elfeed log."