]> git.armaanb.net Git - config.org.git/commitdiff
Simplify elfeed config
authorArmaan Bhojwani <me@armaanb.net>
Sat, 29 May 2021 18:35:18 +0000 (14:35 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sat, 29 May 2021 18:35:18 +0000 (14:35 -0400)
config.org

index d0d5970bb73256c5c2fc333e55b443994a66ca68..572c1ecc782a261d07b79a7cf54bfa270a85d94c 100644 (file)
@@ -295,13 +295,8 @@ Use elfeed for reading RSS. I have another file with all the feeds in it that I'
 #+begin_src emacs-lisp
   (use-package elfeed
     :bind (("C-c e" . elfeed))
-    :config
-    (load "~/.emacs.d/feeds.el")
+    :config (load "~/.emacs.d/feeds.el")
     :bind (:map elfeed-search-mode-map ("C-c C-o" . 'elfeed-show-visit)))
-
-  (use-package elfeed-goodies
-    :after elfeed
-    :config (elfeed-goodies/setup))
 #+end_src
 ** Email
 Use mu4e for reading emails.