Function: transient-preset

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

Signature

(transient-preset)

Documentation

Put this preset into action.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/transient.el.gz
(transient-define-suffix transient-preset ()
  "Put this preset into action."
  :class transient-value-preset
  (interactive)
  (transient-prefix-set (oref (transient-suffix-object) set)))