Fix using wrong variable in my/open-feeds-file

This commit is contained in:
Evie Litherland-Smith 2024-02-23 13:08:17 +00:00
parent 9748302459
commit cdcb9e7ee0

View file

@ -60,7 +60,7 @@
(require 'org)
(require 'elfeed)
(require 'elfeed-org)
(find-file (expand-file-name "feeds.org" elfeed-base-directory)))
(find-file (expand-file-name "feeds.org" org-directory)))
(keymap-global-set "C-c w f" #'my/open-feeds-file)
#+end_src
** Documents and Downloads