Skip to content

Commit

Permalink
Re-align columns in topic menus
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jan 23, 2024
1 parent 986026c commit 9d5a251
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lisp/forge-list.el
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,9 @@ Must be set before `forge-list' is loaded.")
:refresh-suffixes t
[:hide always ("q" forge-menu-quit-list)]
[["Type"
(:info "topics " :face forge-active-suffix)
("n" "notifications... " forge-notification-menu :transient replace)
("r" "repositories... " forge-repository-menu :transient replace)]
(:info "topics" :face forge-active-suffix)
("n" "notifications..." forge-notification-menu :transient replace)
("r" "repositories..." forge-repository-menu :transient replace)]
[:description (lambda ()
(if forge--buffer-list-global
"Per-repository lists"
Expand Down
6 changes: 3 additions & 3 deletions lisp/forge-notify.el
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ signal an error."
:refresh-suffixes t
[:hide always ("q" forge-menu-quit-list)]
[["Type"
("t" "topics... " forge-topics-menu :transient replace)
(:info "notifications " :face forge-active-suffix)
("r" "repositories... " forge-repository-menu :transient replace)
("t" "topics... " forge-topics-menu :transient replace)
(:info "notifications " :face forge-active-suffix)
("r" "repositories... " forge-repository-menu :transient replace)
""]
["Selection"
("I" forge-notifications-display-inbox)
Expand Down

0 comments on commit 9d5a251

Please sign in to comment.