Re-enable elfeed, use org file for configuration
This commit is contained in:
parent
41efd6cd77
commit
4663abd15f
|
@ -60,15 +60,8 @@
|
|||
:icon (nerd-icons-mdicon "nf-md-book" :face 'doom-dashboard-menu-title)
|
||||
:action doom/help)))
|
||||
|
||||
(after! gnus
|
||||
(setq gnus-select-method '(nntp "news.gnus.org")))
|
||||
|
||||
;; 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))
|
||||
;; elfeed update on open
|
||||
(after! elfeed (add-hook! 'elfeed-search-mode-hook #'elfeed-update))
|
||||
|
||||
;; projectile auto-discover projects
|
||||
(after! projectile
|
||||
|
|
|
@ -147,6 +147,7 @@
|
|||
:app
|
||||
calendar
|
||||
emms
|
||||
(rss +org)
|
||||
;; irc ; how neckbeards socialize
|
||||
|
||||
:config
|
||||
|
|
Loading…
Reference in a new issue