Skip to content

Instantly share code, notes, and snippets.

@stephenwithav
Created November 4, 2021 23:38
Show Gist options
  • Save stephenwithav/ab157e393b8002d21988cecd4b3ba000 to your computer and use it in GitHub Desktop.
Save stephenwithav/ab157e393b8002d21988cecd4b3ba000 to your computer and use it in GitHub Desktop.
My custom-elfeed settings.
(provide 'custom-elfeed)
(fset 'rand/feed/open-in-background
(kmacro-lambda-form [?y ?\C-u ?\C-\[ ?x ?e ?w ?w ?\C-m ?\C-y ?\C-m ?\C-x ?b ?\C-m] 0 "%d"))
(define-key elfeed-search-mode-map (kbd "v") 'rand/feed/open-in-background)
(run-with-timer 300 300 'elfeed-update)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment