Variable: forge-limit-topic-choices

forge-limit-topic-choices is a customizable variable defined in forge-topic.el.

Value

t

Documentation

Whether to initially limit completion candidates to active topics.

This variable was added, or its default value changed, in forge version 0.4.0.

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topic.el
;;; Options

(defcustom forge-limit-topic-choices t
  "Whether to initially limit completion candidates to active topics."
  :package-version '(forge . "0.4.0")
  :group 'forge
  :type 'boolean)