Function: cider-eval-pprint-menu--form-to-repl

cider-eval-pprint-menu--form-to-repl is an interactive and byte-compiled function defined in cider-eval.el.

Signature

(cider-eval-pprint-menu--form-to-repl ARG1)

Documentation

Pretty-print the form into the REPL, applying the menu's ARGS.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-eval.el
(transient-define-suffix cider-eval-pprint-menu--form-to-repl (args)
  "Pretty-print the form into the REPL, applying the menu's ARGS."
  (interactive (list (transient-args 'cider-eval-pprint-menu)))
  (cider-eval-pprint-menu--apply-args args #'cider-pprint-eval-form-to-repl))