From 67e28e05c2f70ade3b0467f8cc85198c8641e312 Mon Sep 17 00:00:00 2001 From: mprodges Date: Fri, 26 Feb 2021 19:32:34 -0300 Subject: [PATCH] Bring back elfeed and now elfeed-dashboard too. --- elisp/extras.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/elisp/extras.el b/elisp/extras.el index 94d69e8..041a4ec 100644 --- a/elisp/extras.el +++ b/elisp/extras.el @@ -69,6 +69,11 @@ ;; Read Gopher and Gemini (use-package elpher) +;; Read feeds +(use-package elfeed) +;; elfeed dashboard +(straight-use-package '(elfeed-dashboard :type git :host github :repo "Manoj321/elfeed-dashboard")) + ;; Write gemtext (use-package gemini)