diff options
author | mms <michal@sapka.me> | 2024-02-23 19:38:13 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-02-23 19:38:13 +0100 |
commit | 646ee33d41a68f3a30bc1ca3129f0bbc2fa909a0 (patch) | |
tree | e0476e635dc0be88223cd26aa6a033d0d2d4f059 /content/emacs | |
parent | 13189091e0eb0e9c40f8df87684586eb8cd9b0b1 (diff) |
feat: add img
Diffstat (limited to 'content/emacs')
-rw-r--r-- | content/emacs/watching-youtube-with-emacs.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/emacs/watching-youtube-with-emacs.md b/content/emacs/watching-youtube-with-emacs.md index 4aed17f..f4c36a4 100644 --- a/content/emacs/watching-youtube-with-emacs.md +++ b/content/emacs/watching-youtube-with-emacs.md @@ -36,6 +36,10 @@ Run `yeetube-search`, type in whatever you want and press enter. A table with top results will show up. Now, select the one that interests you, run `yeetube-play`, wait a few seconds and mpv window will show. +{{< img-c "emacs-yeetube.png" >}} +Yeetube search for Emacs Elements +{{< /img-c >}} + _Yeetube_ also supports downloading videos via `yt-dl` and saving videos for future reference. My full config, with evil keybindings looks like: |