From d08b092d6d710858f95228805857e9df330f2d00 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 25 Sep 2021 22:25:36 +0300 Subject: 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 Tested-by: BuildkiteCI --- users/tazjin/emacs/config/init.el | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'users/tazjin/emacs/config/init.el') diff --git a/users/tazjin/emacs/config/init.el b/users/tazjin/emacs/config/init.el index bc22413d01..72d43a1f7b 100644 --- a/users/tazjin/emacs/config/init.el +++ b/users/tazjin/emacs/config/init.el @@ -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) -- cgit 1.4.1