Skip to content

Commit

Permalink
elfeed-search: Set mark before showing an entry.
Browse files Browse the repository at this point in the history
Fixes <skeeto#526>.
  • Loading branch information
daym committed Aug 24, 2024
1 parent 904b6d4 commit 46f50ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elfeed-search.el
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@ browser defined by `browse-url-generic-program'."
(when (elfeed-entry-p entry)
(elfeed-untag entry 'unread)
(elfeed-search-update-entry entry)
(set-mark-command nil)
(unless elfeed-search-remain-on-entry (forward-line))
(elfeed-show-entry entry)))

Expand Down

0 comments on commit 46f50ec

Please sign in to comment.