From 2870452e765864d8cff98a81f4a29a3777b38ff5 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 20 May 2019 10:39:45 -0400 Subject: [PATCH] remove elfeed --- etc/conf.org | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/etc/conf.org b/etc/conf.org index 3447646..954cb73 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -51,7 +51,6 @@ This is my personal emacs config. It is quite massive. Please use the table of c - [[#shell][shell]] - [[#ediff][ediff]] - [[#jupyter][jupyter]] - - [[#elfeed][elfeed]] - [[#keybindings][keybindings]] - [[#setup][setup]] - [[#whichkey][whichkey]] @@ -3079,23 +3078,6 @@ Since mu4e is an external program, need to check that it is installed before loa (use-package ein :straight t) #+END_SRC -** elfeed -#+BEGIN_SRC emacs-lisp -(use-package elfeed - :straight t - :config) - -(use-package elfeed-protocol - :straight t - :after elfeed - :config - (setq elfeed-feeds - `(("ttrss+https://ndwar@portnoy4prez.yavin4.ch/tt-rss" - :password ,(shell-command-to-string - "secret-tool lookup protocol ttrss")))) - (elfeed-protocol-enable)) - -#+END_SRC * keybindings For the sake of my sanity, all bindings go here. Note this means I don't use =:bind= in use-package forms. ** setup