Function: forge-topics-filter-category
forge-topics-filter-category is an interactive function defined in
forge-topics.el.
Signature
(forge-topics-filter-category)
Documentation
Read a category and limit discussions to that category.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topics.el
(transient-define-suffix forge-topics-filter-category ()
"Read a category and limit discussions to that category."
:class 'forge--topics-filter-command
:slot 'category
:formatter (##propertize % 'face 'forge-topic-label))