Variable: cider-before-eval-hook

cider-before-eval-hook is a customizable variable defined in cider-client.el.

Value

nil

Documentation

List of functions to call before eval request is sent to nrepl.

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

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-client.el
(defcustom cider-before-eval-hook nil
  "List of functions to call before eval request is sent to nrepl."
  :type 'hook
  :group 'cider
  :package-version '(cider . "1.2.0"))