Skip to content

Commit

Permalink
forge-topics-set-order: Fix key bindings
Browse files Browse the repository at this point in the history
Closes #745.
  • Loading branch information
tarsius committed Jan 24, 2025
1 parent 8300142 commit 91fb454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisp/forge-topics.el
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,8 @@ then display the respective menu, otherwise display no menu."
(list (magit-read-char-case "Order by: " t
(?n "[n]ewest" 'newest)
(?o "[o]ldest" 'oldest)
(?u "[r]ecently updated" 'recently-updated)
(?U "[a]nciently updated" 'anciently-updated))))
(?r "[r]ecently updated" 'recently-updated)
(?a "[a]nciently updated" 'anciently-updated))))
(oset forge--buffer-topics-spec order order)
(forge-refresh-buffer))

Expand Down

0 comments on commit 91fb454

Please sign in to comment.