Variable: cider-history-hook

cider-history-hook is a customizable variable defined in cider-history.el.

Value

nil

Documentation

A list of functions to call after cider-history.

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

Aliases

cider-repl-history-hook (obsolete since 2.0.0)

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-history.el
(defcustom cider-history-hook nil
  "A list of functions to call after `cider-history'."
  :type 'hook
  :package-version '(cider . "0.15.0"))