Try to fix elfeed-db getting messed up

This commit is contained in:
Alexander Rosenberg 2024-05-08 20:26:13 -07:00
parent 08fa9c6497
commit fc25b9d095
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -1278,7 +1278,8 @@ If no name is given, list all bookmarks instead."
:config :config
(setq elfeed-log-buffer-name " *elfeed-log*") (setq elfeed-log-buffer-name " *elfeed-log*")
(evil-define-key '(normal motion) elfeed-search-mode-map (evil-define-key '(normal motion) elfeed-search-mode-map
"r" #'elfeed-search-fetch)) "r" #'elfeed-search-fetch)
(elfeed-db-load))
;; helpful ;; helpful
(use-package helpful (use-package helpful