diff options
author | mousebot <mousebot@riseup.net> | 2022-01-05 18:41:15 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-01-11 19:49:22 +0100 |
commit | 80a7b6fbc8274a7b82bc7cb3268498f53e58aaf4 (patch) | |
tree | e1696719dbdc74e3130c60fff14b02c420be297d /lisp/mastodon-media.el | |
parent | b21ebf6c3fbbeb100e8ed84c5af0e80fee55dfe1 (diff) |
add function to play gif/video at point. uses mpv.el
oops fix the mpv require statement
Diffstat (limited to 'lisp/mastodon-media.el')
-rw-r--r-- | lisp/mastodon-media.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-media.el b/lisp/mastodon-media.el index acce473..38087d6 100644 --- a/lisp/mastodon-media.el +++ b/lisp/mastodon-media.el @@ -298,7 +298,7 @@ Replace them with the referenced image." FULL-REMOTE-URL is used for `shr-browse-image'. TYPE is the attachment's type field on the server." (let ((help-echo - "RET/i: load full image (prefix: copy URL), +/-: zoom, r: rotate, o: save preview")) + "RET/i: load full image (prefix: copy URL), C-RET: play moving image, +/-: zoom, r: rotate, o: save preview")) (concat (propertize "[img]" 'media-url media-url |