diff options
author | Thanos Apollo <[email protected]> | 2023-07-04 07:03:41 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-04 07:03:41 +0300 |
commit | 3e67470ce260af229e63db028defa877a3f3829a (patch) | |
tree | f741f9b8856659412c3d79ff54ecfa47550d32c9 | |
parent | b762e567bfca76647320c2e0305b81b5a1e9e5a9 (diff) |
README: typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ that allows for audio-only playback when desired. Add it as a keybinding to `yeetube-mode-map` ``` emacs-lisp -(define-key yeetube-mode-map (kbd "c") 'yeetube-switch-player) +(define-key yeetube-mode-map (kbd "c") 'yeetube-switch-mpv) ``` `yeetube-download-videos` is not specific to YouTube, it's just a |