Move elfeed files info elfeed-db-directory
This commit is contained in:
parent
5085397251
commit
cd1a9fea3e
|
@ -24,8 +24,8 @@ Manage elfeed subscriptions in an org-mode file instead of elisp.
|
||||||
:custom
|
:custom
|
||||||
(rmh-elfeed-org-files
|
(rmh-elfeed-org-files
|
||||||
(list
|
(list
|
||||||
(expand-file-name "feeds/rss.org" org-directory)
|
(expand-file-name "rss.org" elfeed-db-directory)
|
||||||
(expand-file-name "feeds/youtube.org" org-directory)))
|
(expand-file-name "youtube.org" elfeed-db-directory)))
|
||||||
:config
|
:config
|
||||||
(elfeed-org))
|
(elfeed-org))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
Loading…
Reference in a new issue