summaryrefslogtreecommitdiff
path: root/common/.vimfx/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/.vimfx/config.js')
-rw-r--r--common/.vimfx/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.vimfx/config.js b/common/.vimfx/config.js
index b384a21..cb9417d 100644
--- a/common/.vimfx/config.js
+++ b/common/.vimfx/config.js
@@ -125,7 +125,7 @@ const sendFn = msg =>
let commands = {
emacsclient: rcurry(execOnLink, "emacsclient", "%u"),
- emacsclient_media: rcurry(execOnLink, "emacsclient", "--eval", "(bongo-play-file \"%u\")"),
+ emacsclient_media: rcurry(execOnLink, "emacsclient", "--eval", "(empv-play \"%u\")"),
emacsclient_eww: rcurry(execOnLink, "emacsclient", "--eval", "(eww \"%u\")"),
toggle_images: toggleImages,
reload_userchrome: ({vim}) => reloadUserChrome(a => vim.notify(a)),