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)
|
: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
|
||||||
|
|
|
@ -147,6 +147,7 @@
|
||||||
:app
|
:app
|
||||||
calendar
|
calendar
|
||||||
emms
|
emms
|
||||||
|
(rss +org)
|
||||||
;; irc ; how neckbeards socialize
|
;; irc ; how neckbeards socialize
|
||||||
|
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Reference in a new issue