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