mirror of
https://github.com/SqrtMinusOne/elfeed-summary.git
synced 2025-12-10 17:43:03 +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 ()
|
(defun elfeed-summary--ensure ()
|
||||||
"Ensure that elfeed database is loaded and feeds are set up."
|
"Ensure that elfeed database is loaded and feeds are set up."
|
||||||
(elfeed-db-ensure)
|
(elfeed-db-ensure)
|
||||||
(when (and (not elfeed-feeds)
|
(when (and (fboundp #'rmh-elfeed-org-process)
|
||||||
(fboundp #'rmh-elfeed-org-process)
|
;; To silence the byte compiler
|
||||||
;; To shut up the byte compiler
|
|
||||||
(boundp 'rmh-elfeed-org-files)
|
(boundp 'rmh-elfeed-org-files)
|
||||||
(boundp 'rmh-elfeed-org-tree-id))
|
(boundp 'rmh-elfeed-org-tree-id))
|
||||||
(rmh-elfeed-org-process rmh-elfeed-org-files 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