Add keymap to open elfeed

This commit is contained in:
Evie Litherland-Smith 2023-11-04 10:20:42 +00:00
parent 6f008d4c59
commit c78a6f518c

View file

@ -4,6 +4,7 @@
rmh-elfeed-org-files (list (expand-file-name "feeds.org" elfeed-base-directory))))
(when (require 'elfeed nil :noerror)
(keymap-set global-map "C-c f f" #'elfeed)
(add-hook 'elfeed-search-mode-hook #'elfeed-update)
(when (require 'elfeed-org nil :noerror)
(elfeed-org))