From 35ea4d1ff5aca4066856ac704135e12e9f199e3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Mon, 11 Jul 2022 01:24:19 +0200 Subject: elfeed blogs --- config/doom/config.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/doom/config.org b/config/doom/config.org index 4708246..eea1d07 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -208,17 +208,17 @@ this new window. #+begin_src emacs-lisp (after! elfeed (set-evil-initial-state! 'elfeed-search-mode 'emacs) + (set-evil-initial-state! 'elfeed-show-mode 'emacs) (setq elfeed-feeds '("https://sachachua.com/blog/feed" "http://www.howardism.org/index.xml" "https://guix.gnu.org/feeds/blog.atom" + "https://ag91.github.io/rss.xml" + "https://daryl.wakatara.com/rss.xml" + "https://nullprogram.com/feed/" "https://stevelosh.com/rss.xml"))) #+end_src - -#+RESULTS: -| https://sachachua.com/blog/feed | https://www.howardism.org/index.xml | - * Email ** Notmuch #+begin_src emacs-lisp :tangle "packages.el" -- cgit v1.2.3