From 6c040484eec3e95335909589b01103dd2b484a58 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 11 Oct 2023 23:49:21 +0200 Subject: [PATCH] forge-set-notifications-display-selection: Fix typo in key binding --- lisp/forge-notify.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/forge-notify.el b/lisp/forge-notify.el index f657e07d..1be55e55 100644 --- a/lisp/forge-notify.el +++ b/lisp/forge-notify.el @@ -142,7 +142,7 @@ (setq forge-notifications-display-list-function (magit-read-char-case "Display " t (?a "[a]ll" #'forge--ls-notifications-all) - (?m "[r]ecent" #'forge--ls-notifications-recent) + (?r "[r]ecent" #'forge--ls-notifications-recent) (?o "[o]pen" #'forge--ls-notifications-open) (?u "[u]nread" #'forge--ls-notifications-unread))) (magit-refresh))