Add elfeed-tube config back
Remove Steven He from yt subscriptions
This commit is contained in:
parent
da3cdbd747
commit
ff288f5fc2
|
@ -93,8 +93,6 @@
|
|||
**** https://www.youtube.com/feeds/videos.xml?channel_id=UCMb0O2CdPBNi-QqPk5T3gsQ
|
||||
*** PointlessHub
|
||||
**** https://www.youtube.com/feeds/videos.xml?channel_id=UCKNbAYjhxVS5Y8p3FhhUxoA
|
||||
*** Steven He
|
||||
**** https://www.youtube.com/feeds/videos.xml?channel_id=UCP0_k4INXrwPS6HhIyYqsTg
|
||||
*** The Slow Mo Guys
|
||||
**** https://www.youtube.com/feeds/videos.xml?channel_id=UCUK0HBIBWgM2c4vsPhkYY4w
|
||||
** Podcasts :podcast:
|
||||
|
|
14
init.el
14
init.el
|
@ -1386,6 +1386,20 @@ Uses `my/projects-directory' to find correct directory"
|
|||
:config
|
||||
(elfeed-org))
|
||||
|
||||
(use-package elfeed-tube
|
||||
:after elfeed
|
||||
:bind ( :map elfeed-show-mode-map
|
||||
("F" . elfeed-tube-fetch)
|
||||
([remap save-buffer] . elfeed-tube-save)
|
||||
:map elfeed-search-mode-map
|
||||
("F" . elfeed-tube-fetch)
|
||||
([remap save-buffer] . elfeed-tube-save))
|
||||
:custom
|
||||
(elfeed-tube-auto-save-p nil)
|
||||
(elfeed-tube-auto-fetch-p t)
|
||||
:config
|
||||
(elfeed-tube-setup))
|
||||
|
||||
(use-package password-store
|
||||
:defer t)
|
||||
|
||||
|
|
Loading…
Reference in a new issue