diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-07-11 01:24:19 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-07-11 01:24:19 +0200 |
commit | 35ea4d1ff5aca4066856ac704135e12e9f199e3c (patch) | |
tree | ed9006630cca6355a1535ca01cc5c5f01796b327 /config/doom | |
parent | da93014264e13d7acbd2f80cef8acee78466fa61 (diff) | |
download | dotfiles-35ea4d1ff5aca4066856ac704135e12e9f199e3c.tar.gz dotfiles-35ea4d1ff5aca4066856ac704135e12e9f199e3c.tar.bz2 dotfiles-35ea4d1ff5aca4066856ac704135e12e9f199e3c.zip |
elfeed blogs
Diffstat (limited to 'config/doom')
-rw-r--r-- | config/doom/config.org | 8 |
1 files changed, 4 insertions, 4 deletions
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" |