diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-08-06 08:25:42 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-08-06 08:25:42 -0500 |
commit | eea7ad2015641af5b8281589bd269b71d951fe6a (patch) | |
tree | e6c4737d2b0e8b80ef25fd516fe5321e5af97b68 /common | |
parent | f77c36b4cd79f9eef4e511400108cfc2ba735d85 (diff) | |
download | dotfiles-eea7ad2015641af5b8281589bd269b71d951fe6a.tar.gz dotfiles-eea7ad2015641af5b8281589bd269b71d951fe6a.zip |
Emacs: Autoload `empv-play-media-at-point'
Diffstat (limited to 'common')
-rw-r--r-- | common/.emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |