diff --git a/config/elfeed.org b/config/elfeed.org index c3a6578..59901b4 100644 --- a/config/elfeed.org +++ b/config/elfeed.org @@ -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