Variable: forge-topic-wash-title-hook
forge-topic-wash-title-hook is a customizable variable defined in
forge-topic.el.
Value
(magit-highlight-bracket-keywords)
Documentation
Functions used to highlight parts of each individual topic title.
These functions are called in order, in a buffer that containing the
topic title. They should set text properties as they see fit, usually
just font-lock-face. Before each function is called, point is at the
beginning of the buffer.
This variable was added, or its default value changed, in forge version 0.4.7.
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topic.el
(defcustom forge-topic-wash-title-hook
(list #'magit-highlight-bracket-keywords)
"Functions used to highlight parts of each individual topic title.
These functions are called in order, in a buffer that containing the
topic title. They should set text properties as they see fit, usually
just `font-lock-face'. Before each function is called, point is at the
beginning of the buffer."
:package-version '(forge . "0.4.7")
:group 'forge
:type 'hook
:options (list #'magit-highlight-bracket-keywords))