mirror of
https://github.com/SqrtMinusOne/elfeed-summary.git
synced 2025-12-10 09:43:02 +03:00
feat: always update elfeed-org on `elfeed-summary'
This commit is contained in:
parent
641a453cfd
commit
1cf73acae8
1 changed files with 2 additions and 3 deletions
|
|
@ -554,9 +554,8 @@ PARAMS is a form as described in `elfeed-summary-settings'."
|
|||
(defun elfeed-summary--ensure ()
|
||||
"Ensure that elfeed database is loaded and feeds are set up."
|
||||
(elfeed-db-ensure)
|
||||
(when (and (not elfeed-feeds)
|
||||
(fboundp #'rmh-elfeed-org-process)
|
||||
;; To shut up the byte compiler
|
||||
(when (and (fboundp #'rmh-elfeed-org-process)
|
||||
;; To silence the byte compiler
|
||||
(boundp 'rmh-elfeed-org-files)
|
||||
(boundp 'rmh-elfeed-org-tree-id))
|
||||
(rmh-elfeed-org-process rmh-elfeed-org-files rmh-elfeed-org-tree-id)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue