Function: cider-repl-prompt-lastname

cider-repl-prompt-lastname is a byte-compiled function defined in cider-repl.el.

Signature

(cider-repl-prompt-lastname NAMESPACE)

Documentation

Return a prompt string with the last name in NAMESPACE.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defun cider-repl-prompt-lastname (namespace)
  "Return a prompt string with the last name in NAMESPACE."
  (format "%s> " (cider-last-ns-segment namespace)))