Variable: cider-repl-history-separator
cider-repl-history-separator is a customizable variable defined in
cider-repl-history.el.
Value
";;;;;;;;;;"
Documentation
The string separating entries in the separated style.
See cider-repl-history-display-style.
This variable was added, or its default value changed, in cider version 0.15.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl-history.el
(defcustom cider-repl-history-separator ";;;;;;;;;;"
"The string separating entries in the `separated' style.
See `cider-repl-history-display-style'."
;; The (default) separator is a Clojure comment, to preserve fontification
;; in the buffer.
:type 'string
:package-version '(cider . "0.15.0"))