2 Commits fa9f2de13a ... 015cb57576

Author SHA1 Message Date
  Category 015cb57576 Merge branch 'master' of https://notabug.org/Category/dotfiles 1 year ago
  Category ca3391871a Elfeed database now stored with org files for syncing 1 year ago
1 changed files with 1 additions and 0 deletions
  1. 1 0
      emacs_config.org

+ 1 - 0
emacs_config.org

@@ -225,6 +225,7 @@ Settings for the main RSS reader package
   :ensure t
   :config
   (setq elfeed-sort-order 'ascending)
+  (setq elfeed-db-directory "~/org/.elfeed")
   (elfeed-update))
 #+END_SRC