Add elfeed-tube config back

Remove Steven He from yt subscriptions
This commit is contained in:
Evie Litherland-Smith 2024-05-13 07:33:52 +01:00
parent da3cdbd747
commit ff288f5fc2
2 changed files with 14 additions and 2 deletions

View file

@ -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
View file

@ -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)