aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-03-01 16:50:49 -0500
committerBardofSprites <[email protected]>2025-03-01 16:50:49 -0500
commit5b2dd18295b88685c4a87603bcb234a26af0c1b7 (patch)
tree642b1820c57d71f748146fcff283445e8dc86feb
parent89b48cc0b8b1d26f2e3c51bbee1115c1d7974b29 (diff)
ensure emms library included
-rw-r--r--bard-elisp/bard-web.el2
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)