Function: forge-topic-status-set-done

forge-topic-status-set-done is an interactive function defined in forge-topic.el.

Signature

(forge-topic-status-set-done)

Documentation

Set the notification status of the current topic to done.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topic.el
(transient-define-suffix forge-topic-status-set-done ()
  "Set the notification status of the current topic to `done'."
  :class 'forge--topic-set-status-command :status 'done)