diff options
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" |