From 88544d10fbc97d4fa1bdc497aad89ac83593b440 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Mon, 27 Feb 2023 23:17:32 +0100 Subject: move clear-current notif binding off 'c' to 'C-k' --- lisp/mastodon-notifications.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') 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.") -- cgit v1.2.3