From 5b2dd18295b88685c4a87603bcb234a26af0c1b7 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Sat, 1 Mar 2025 16:50:49 -0500 Subject: ensure emms library included --- bard-elisp/bard-web.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bard-elisp/bard-web.el') 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) -- cgit v1.2.3