Function: transient-suspend

transient-suspend is an interactive and byte-compiled function defined in transient.el.

Signature

(transient-suspend)

Documentation

Suspend the current transient.

It can later be resumed using transient-resume, while no other transient is active.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
;;;; Suspend

(defun transient-suspend ()
  "Suspend the current transient.
It can later be resumed using `transient-resume', while no other
transient is active."
  (interactive))