Re-enable elfeed, use org file for configuration

This commit is contained in:
Evie Litherland-Smith 2023-10-20 11:45:42 +01:00
parent 41efd6cd77
commit 4663abd15f
2 changed files with 3 additions and 9 deletions

View file

@ -60,15 +60,8 @@
:icon (nerd-icons-mdicon "nf-md-book" :face 'doom-dashboard-menu-title) :icon (nerd-icons-mdicon "nf-md-book" :face 'doom-dashboard-menu-title)
:action doom/help))) :action doom/help)))
(after! gnus ;; elfeed update on open
(setq gnus-select-method '(nntp "news.gnus.org"))) (after! elfeed (add-hook! 'elfeed-search-mode-hook #'elfeed-update))
;; elfeed RSS sources
;; (after! elfeed
;; (setq elfeed-feeds
;; '("https://systemcrafters.net/rss/news.xml"
;; "https://www.zotero.org/blog/feed/"))
;; (add-hook! 'elfeed-search-mode-hook #'elfeed-update))
;; projectile auto-discover projects ;; projectile auto-discover projects
(after! projectile (after! projectile

View file

@ -147,6 +147,7 @@
:app :app
calendar calendar
emms emms
(rss +org)
;; irc ; how neckbeards socialize ;; irc ; how neckbeards socialize
:config :config