diff options
| author | BardofSprites <[email protected]> | 2025-03-01 16:50:49 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-03-01 16:50:49 -0500 |
| commit | 5b2dd18295b88685c4a87603bcb234a26af0c1b7 (patch) | |
| tree | 642b1820c57d71f748146fcff283445e8dc86feb /bard-elisp/bard-web.el | |
| parent | 89b48cc0b8b1d26f2e3c51bbee1115c1d7974b29 (diff) | |
ensure emms library included
Diffstat (limited to 'bard-elisp/bard-web.el')
| -rw-r--r-- | bard-elisp/bard-web.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bard-elisp/bard-web.el b/bard-elisp/bard-web.el index a0d667c..702fd52 100644 --- a/bard-elisp/bard-web.el +++ b/bard-elisp/bard-web.el @@ -1,3 +1,5 @@ +(require 'emms) + (defun bard/play-elfeed-video () "Play the URL of the entry at point in mpv if it's a YouTube video." (interactive) |
