Variable: forge-owned-ignored

forge-owned-ignored is a customizable variable defined in forge-topics.el.

Value

nil

Documentation

A list of repositories that are ignored when listing those owned by you.

This is a list of package names. Used by the commands forge-list-owned-issues and forge-list-owned-pullreqs.

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

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topics.el
(defcustom forge-owned-ignored nil
  "A list of repositories that are ignored when listing those owned by you.
This is a list of package names.  Used by the commands
`forge-list-owned-issues' and `forge-list-owned-pullreqs'."
  :package-version '(forge . "0.2.0")
  :group 'forge
  :type '(repeat (string :tag "Name")))