aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-17 12:10:42 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-17 12:10:42 +0100
commit325644ad5a155d35e89fd9516b578993481807e5 (patch)
tree42efd7ad2d251c00bf12cea913e279f5e74658cc /lisp/mastodon.el
parent5e71d81fe698badab960df2f6b46b89c4b6744d7 (diff)
parent0996c7eabfd89e6bb5fa3c9f2558c9d6ac23a44b (diff)
Merge branch 'mentions-view' into develop
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 1aec556..707ce82 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -193,6 +193,7 @@ Use. e.g. \"%c\" for your locale's date and time format."
(define-key map (kbd "K") #'mastodon-profile--view-bookmarks)
(define-key map (kbd "I") #'mastodon-tl--view-filters)
(define-key map (kbd "G") #'mastodon-tl--get-follow-suggestions)
+ (define-key map (kbd "@") #'mastodon-notifications--get-mentions)
(when (require 'lingva nil :no-error)
(define-key map (kbd "s") #'mastodon-toot--translate-toot-text))
map)