Function: cider-format-edn-last-sexp

cider-format-edn-last-sexp is an autoloaded, interactive and byte-compiled function defined in cider-format.el.

Signature

(cider-format-edn-last-sexp)

Documentation

Format the EDN data of the last sexp.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-format.el
;;;###autoload
(defun cider-format-edn-last-sexp ()
  "Format the EDN data of the last sexp."
  (interactive)
  (apply #'cider-format-edn-region (cider-sexp-at-point 'bounds)))