From eea7ad2015641af5b8281589bd269b71d951fe6a Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Wed, 6 Aug 2025 08:25:42 -0500 Subject: Emacs: Autoload `empv-play-media-at-point' --- common/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el index fcc6ad4..c14a861 100644 --- a/common/.emacs.d/init.el +++ b/common/.emacs.d/init.el @@ -2985,6 +2985,7 @@ instead." (use-package empv :if (group-enabled-p 'music) + :commands (empv-play-media-at-point) :ensure t :init (with-eval-after-load 'dired -- cgit v1.2.3