Variable: forge-topics-mode-hook

forge-topics-mode-hook is a variable defined in forge-topics.el.

Value

nil

Documentation

Hook run after entering forge-topics-mode-name mode.

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topics.el
(define-derived-mode forge-topics-mode magit-mode forge-topics-mode-name
  "Major mode for browsing a list of topics."
  :interactive nil
  (magit-hack-dir-local-variables))