Skip to content

Commit

Permalink
forge-topic-refresh-buffer: Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jun 28, 2024
1 parent 3090c24 commit 3e517c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lisp/forge-topic.el
Original file line number Diff line number Diff line change
Expand Up @@ -1054,9 +1054,9 @@ This mode itself is never used directly."
(insert (forge--fontify-markdown note) "\n\n")))
(dolist (post (cons topic (oref topic posts)))
(with-slots (author created body) post
(magit-insert-section section (post post)
(oset section heading-highlight-face
'magit-diff-hunk-heading-highlight)
(magit-insert-section
( post post nil
:heading-highlight-face 'magit-diff-hunk-heading-highlight)
(let ((heading
(format-spec
forge-post-heading-format
Expand Down

0 comments on commit 3e517c5

Please sign in to comment.