Function: forge-topic-state-set-open

forge-topic-state-set-open is an interactive function defined in forge-topic.el.

Signature

(forge-topic-state-set-open)

Documentation

Set the state of the current topic to open.

Key Bindings

Source Code

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