Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions elfeed-show.el
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ The result depends on the value of `elfeed-show-unique-buffers'."
(let ((buff (get-buffer-create (elfeed-show--buffer-name entry))))
(with-current-buffer buff
(elfeed-show-mode)
(setq elfeed-show-entry entry)
(elfeed-show-refresh))
(funcall elfeed-show-entry-switch buff)))
(setq elfeed-show-entry entry))
(funcall elfeed-show-entry-switch buff)
(elfeed-show-refresh)))

(defun elfeed-show-next ()
"Show the next item in the elfeed-search buffer."
Expand Down