From cd1a9fea3e413d3b93a2c269d857b99e274e86c7 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 6 Apr 2024 13:47:51 +0100 Subject: [PATCH] Move elfeed files info elfeed-db-directory --- config/elfeed.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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