diff options
author | mousebot <mousebot@riseup.net> | 2021-10-24 10:01:46 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-24 10:01:46 +0200 |
commit | 36f9fe238b778d76809facd3d66120c2166f2c30 (patch) | |
tree | d8ff1355c03fd03b99d65ebf6c037c05b74b1443 /lisp/mastodon-tl.el | |
parent | 5cd25e89696dc3aa5db5b4f36bae317547c69802 (diff) | |
parent | 67e515edbbaa660757ecdcf87bbdfe353eb652f2 (diff) |
Merge branch 'develop' into imgcaching
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 904d850..7f9538b 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -149,6 +149,9 @@ types of mastodon links and not just shr.el-generated ones.") ;; browse-url loads the preview only, we want browse-image ;; on RET to browse full sized image URL (define-key map [remap shr-browse-url] 'shr-browse-image) + ;; remove shr's u binding, as it the maybe-probe-and-copy-url + ;; is already bound to w also + (define-key map (kbd "u") 'mastodon-tl--update) (keymap-canonicalize map)) "The keymap to be set for shr.el generated image links. |