branch: elpa/mastodon
commit fe00f34ec782c44979e7f27b5d8ec62ebc500d98
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
binding for mastodon-notifications-policy transient
---
lisp/mastodon.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index f81094d1fc..b119e1c1fc 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -265,6 +265,7 @@ and X others...\"."
(define-key map (kbd "V") #'mastodon-profile--view-favourites)
(define-key map (kbd "K") #'mastodon-profile--view-bookmarks)
(define-key map (kbd ":") #'mastodon-user-settings)
+ (define-key map (kbd "C-:") #'mastodon-notifications-policy)
;; minor views
(define-key map (kbd "R") #'mastodon-views--view-follow-requests)
(define-key map (kbd "S") #'mastodon-views--view-scheduled-toots)