Skip to content

Commit

Permalink
forge-set-notifications-display-selection: Fix typo in key binding
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Oct 11, 2023
1 parent add74b4 commit 6c04048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/forge-notify.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 6c04048

Please sign in to comment.