Variable: transient-setup-buffer-hook

transient-setup-buffer-hook is a variable defined in transient.el.gz.

Value

nil

Documentation

Hook run when setting up the transient buffer.

That buffer is current and empty when this hook runs.

Source Code

;; Defined in /usr/src/emacs/lisp/transient.el.gz
(defvar transient-setup-buffer-hook nil
  "Hook run when setting up the transient buffer.
That buffer is current and empty when this hook runs.")