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