Move elfeed files info elfeed-db-directory

This commit is contained in:
Evie Litherland-Smith 2024-04-06 13:47:51 +01:00
parent 5085397251
commit cd1a9fea3e

View file

@ -24,8 +24,8 @@ Manage elfeed subscriptions in an org-mode file instead of elisp.
:custom
(rmh-elfeed-org-files
(list
(expand-file-name "feeds/rss.org" org-directory)
(expand-file-name "feeds/youtube.org" org-directory)))
(expand-file-name "rss.org" elfeed-db-directory)
(expand-file-name "youtube.org" elfeed-db-directory)))
:config
(elfeed-org))
#+end_src