Skip to content

Commit

Permalink
forge-suffix-implied: Rename face
Browse files Browse the repository at this point in the history
The previous name was the result of a typo.
  • Loading branch information
tarsius committed Jul 31, 2024
1 parent 489e10e commit 19ec2d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lisp/forge-topics.el
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This is a list of package names. Used by the commands
"Face used for suffixes whose effects is currently active and implied."
:group 'forge-faces)

(defface forge--suffix-implied
(defface forge-suffix-implied
'((t :inherit transient-value :weight normal))
"Face used for suffixes whose effects is currently implied."
:group 'forge-faces)
Expand Down Expand Up @@ -412,7 +412,7 @@ then display the respective menu, otherwise display no menu."
(eq want 'open))
(if (eq have want)
'forge-suffix-active-and-implied
'forge--suffix-implied))))))))
'forge-suffix-implied))))))))

(transient-define-suffix forge-topics-filter-state-open ()
"Limit topic list to open topics."
Expand Down Expand Up @@ -459,7 +459,7 @@ then display the respective menu, otherwise display no menu."
(memq want '(inbox unread pending)))
(if (eq have want)
'forge-suffix-active-and-implied
'forge--suffix-implied))))))))
'forge-suffix-implied))))))))

(transient-define-suffix forge-topics-filter-status-inbox ()
"Limit topic list to unread and pending topics."
Expand Down

0 comments on commit 19ec2d2

Please sign in to comment.