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