remove elfeed
This commit is contained in:
parent
0c2aaef995
commit
2870452e76
18
etc/conf.org
18
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]]
|
- [[#shell][shell]]
|
||||||
- [[#ediff][ediff]]
|
- [[#ediff][ediff]]
|
||||||
- [[#jupyter][jupyter]]
|
- [[#jupyter][jupyter]]
|
||||||
- [[#elfeed][elfeed]]
|
|
||||||
- [[#keybindings][keybindings]]
|
- [[#keybindings][keybindings]]
|
||||||
- [[#setup][setup]]
|
- [[#setup][setup]]
|
||||||
- [[#whichkey][whichkey]]
|
- [[#whichkey][whichkey]]
|
||||||
|
@ -3079,23 +3078,6 @@ Since mu4e is an external program, need to check that it is installed before loa
|
||||||
(use-package ein
|
(use-package ein
|
||||||
:straight t)
|
:straight t)
|
||||||
#+END_SRC
|
#+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
|
* keybindings
|
||||||
For the sake of my sanity, all bindings go here. Note this means I don't use =:bind= in use-package forms.
|
For the sake of my sanity, all bindings go here. Note this means I don't use =:bind= in use-package forms.
|
||||||
** setup
|
** setup
|
||||||
|
|
Loading…
Reference in New Issue