Skip to content

Commit

Permalink
[todo] transient
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Oct 8, 2023
1 parent acc0206 commit 6184043
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lisp/forge-commands.el
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,10 @@ Takes the pull-request as only argument and must return a directory."
("t c" forge-toggle-closed-visibility)]]
[["Configure notifications display"
:if-mode forge-notifications-mode
("n w" "set style and refresh" forge-set-notifications-display-style)
("n h" "set selection and refresh" forge-set-notifications-display-selection)]
("n w" "set style and refresh" forge-set-notifications-display-style
:transient t)
("n h" "set selection and refresh" forge-set-notifications-display-selection
:transient t)]
["Notification/topic state"
("t d" forge-toggle-done)
("t r" forge-toggle-read)]]
Expand Down

0 comments on commit 6184043

Please sign in to comment.