Variable: cider-history-text-properties

cider-history-text-properties is a customizable variable defined in cider-history.el.

Value

nil

Documentation

If non-nil, maintain text properties of the command history items.

This variable was added, or its default value changed, in cider version 0.15.0.

Aliases

cider-repl-history-text-properties (obsolete since 2.0.0)

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-history.el
(defcustom cider-history-text-properties nil
  "If non-nil, maintain text properties of the command history items."
  :type 'boolean
  :package-version '(cider . "0.15.0"))