[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon 0bd2bea47d 27/52: override shr-linkmap 'u' bindin
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon 0bd2bea47d 27/52: override shr-linkmap 'u' binding, to update. 'w' is copy-url already |
Date: |
Mon, 30 Oct 2023 16:01:26 -0400 (EDT) |
branch: elpa/mastodon
commit 0bd2bea47d41545e0b8b6bcbaaa9fca06d202d19
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>
override shr-linkmap 'u' binding, to update. 'w' is copy-url already
---
lisp/mastodon-tl.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index e25b57ca2c..3e4e31ed8f 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -237,6 +237,9 @@ etc.")
(define-key map [remap shr-previous-link] #'mastodon-tl--previous-tab-item)
;; keep new my-profile binding; shr 'O' doesn't work here anyway
(define-key map (kbd "O") #'mastodon-profile--my-profile)
+ ;; 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)
(define-key map [remap shr-browse-url] #'mastodon-url-lookup)
map)
"The keymap to be set for shr.el generated links that are not images.
- [nongnu] elpa/mastodon f8ab918cf2 08/52: partly refactor views function., (continued)
- [nongnu] elpa/mastodon f8ab918cf2 08/52: partly refactor views function., ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon a169646f8c 28/52: mastodon-toot--own-toot-p: call toot-or-base: we can edit our boosted toots, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 6d80f5b2d2 12/52: minor-view fixme, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 9aac053495 20/52: masto views map: use prev/next-toot, not item for n/p, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon b86d546cbe 25/52: fix do-if-item comment: doesn't inc. tags, corrent for our use, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon d8bd51da80 46/52: readme contributing, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon ca0b443a79 13/52: fix init-sync for notifs-get compat with link-header/get-response, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon b8d0c9b967 41/52: triage: call cb on response. do-user-action-fun: check response data, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 0fc64df90d 14/52: fix minor-view disaster disastrously: put it all init-sync, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 1e40c8d19f 17/52: docstrings, autoloads, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 0bd2bea47d 27/52: override shr-linkmap 'u' binding, to update. 'w' is copy-url already,
ELPA Syncer <=
- [nongnu] elpa/mastodon 78ff4a75ea 36/52: item-type list for list, not user (stray value), ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 826c228d09 34/52: edit list: exclusive proper true/false strings, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon cf7b3710c6 48/52: Merge branch 'develop', ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 1ce402833e 50/52: flychecks, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon a8c80d25b7 52/52: update cmd index, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 7676946d83 51/52: update cmd index, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon e954ae162c 31/52: no y-or-n-p for (un)bookmarking, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon f7ec0268e0 32/52: FIX #502. add "exclusive" param to create/edit lists., ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 47865bd215 30/52: tl--prev-toot-id: don't assume our funs return anything., ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon f1bc8d83d4 35/52: display replies policy & exclusive status for lists, ELPA Syncer, 2023/10/30