Variable: transient-exit-hook
transient-exit-hook is a variable defined in transient.el.
Value
nil
Documentation
Hook run after exiting a transient menu.
Unlike transient-post-exit-hook, this runs even if another transient
menu becomes active at the same time.
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defvar transient-exit-hook nil
"Hook run after exiting a transient menu.
Unlike `transient-post-exit-hook', this runs even if another transient
menu becomes active at the same time. ")