Function: cider-repl-prompt-abbreviated
cider-repl-prompt-abbreviated is a byte-compiled function defined in
cider-repl.el.
Signature
(cider-repl-prompt-abbreviated NAMESPACE)
Documentation
Return a prompt string that abbreviates NAMESPACE.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defun cider-repl-prompt-abbreviated (namespace)
"Return a prompt string that abbreviates NAMESPACE."
(format "%s> " (cider-abbreviate-ns namespace)))