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)
|
||||
|
|
|
@ -33,6 +33,7 @@ let
|
|||
direnv
|
||||
dockerfile-mode
|
||||
eglot
|
||||
elfeed
|
||||
elixir-mode
|
||||
elm-mode
|
||||
erlang
|
||||
|
|
|
@ -317,6 +317,7 @@ in lib.fix(self: {
|
|||
".config/quassel-irc.org"
|
||||
".config/spotify"
|
||||
".config/syncthing"
|
||||
".elfeed"
|
||||
".gnupg"
|
||||
".local/share/Steam"
|
||||
".local/share/direnv"
|
||||
|
|
Loading…
Reference in a new issue