feat(tazjin/emacs): Install & configure elfeed
It's worth trying out with a small initial list of feeds that I normally read anyways. Change-Id: I196bf522c159e9630624e60dd1b6419ba987bcd9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3635 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
parent
94cebe41f3
commit
d08b092d6d
3 changed files with 12 additions and 0 deletions
|
@ -55,6 +55,16 @@
|
|||
(eglot-autoshutdown t)
|
||||
(eglot-send-changes-idle-time 0.3))
|
||||
|
||||
(use-package elfeed
|
||||
:config
|
||||
(setq elfeed-feeds
|
||||
'("https://lobste.rs/rss"
|
||||
"https://www.anti-spiegel.ru/feed/"
|
||||
"https://www.reddit.com/r/lockdownskepticism/.rss"
|
||||
"https://www.reddit.com/r/rust/.rss"
|
||||
"https://news.ycombinator.com/rss"
|
||||
"https://xkcd.com/atom.xml")))
|
||||
|
||||
(use-package ht)
|
||||
|
||||
(use-package hydra)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue