aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-02-27 23:17:32 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-02-27 23:17:32 +0100
commit88544d10fbc97d4fa1bdc497aad89ac83593b440 (patch)
tree8515388545cce755c50903c1c339075e81137dcd /lisp/mastodon-notifications.el
parent2143868d8214f07b8f7cb246eda07d9c7cbb73f9 (diff)
move clear-current notif binding off 'c' to 'C-k'
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r--lisp/mastodon-notifications.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index a36b99e..279361b 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -85,7 +85,7 @@
(copy-keymap mastodon-mode-map)))
(define-key map (kbd "a") #'mastodon-notifications--follow-request-accept)
(define-key map (kbd "j") #'mastodon-notifications--follow-request-reject)
- (define-key map (kbd "c") #'mastodon-notifications--clear-current)
+ (define-key map (kbd "C-k") #'mastodon-notifications--clear-current)
(keymap-canonicalize map))
"Keymap for viewing notifications.")