diff options
author | Thanos Apollo <[email protected]> | 2023-06-03 06:59:40 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-06-03 06:59:40 +0300 |
commit | ad529ca14d16f2f0b5d1bc42f560e1806309b07d (patch) | |
tree | 96d98f00dbeb133c1f4ac53effa8f89a95b38f08 /emacs.org | |
parent | ec49673fd9acfc38c34f103de3de5a7f74610cf6 (diff) |
emacs: Update elfeed feeds
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -755,10 +755,14 @@ Hook with ~dired-mode~ ("https://hackernoon.com/feed" hackernoon) ("https://sachachua.com/blog/feed/" - sacha emacs))) + sacha emacs) + ("https://www.youtube.com/feeds/videos.xml?channel_id=UCtMVHI3AJD4Qk4hcbZnI9ZQ" + video OrdinaeryGamers) + ("https://www.youtube.com/feeds/videos.xml?channel_id=UCl2mFZoRqjw_ELax4Yisf6w" + video Louis))) #+end_src ** Watch Videos -Create function to watch videos using ~mpv~ +Create function to watch videos using ~mpv~ #+begin_src emacs-lisp (defun elfeed-v-mpv (url) "Watch a video from URL in MPV" |