Skip to content

Commit

Permalink
forge--format-topic-milestone: Apply face
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jun 20, 2024
1 parent cb41e64 commit 4adb94d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/forge-topic.el
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,9 @@ can be selected from the start."

(defun forge--format-topic-milestone (topic)
(and-let* ((id (oref topic milestone)))
(caar (forge-sql [:select [title] :from milestone :where (= id $s1)] id))))
(magit--propertize-face
(caar (forge-sql [:select [title] :from milestone :where (= id $s1)] id))
'forge-topic-label)))

(defun forge--format-topic-labels (topic)
(and-let* ((labels (closql--iref topic 'labels)))
Expand Down

0 comments on commit 4adb94d

Please sign in to comment.