Variable: forge-pullreq-mode-hook

forge-pullreq-mode-hook is a variable defined in forge-topic.el.

Value

nil

Documentation

Hook run after entering Pull-request 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-topic.el
(define-derived-mode forge-pullreq-mode forge-topic-mode "Pull-request"
  "Major mode for looking at a Forge pull-request."
  :interactive nil)