Variable: cider-file-loaded-hook

cider-file-loaded-hook is a customizable variable defined in cider-eval.el.

Value

nil

Documentation

List of functions to call when a load file has completed.

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

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-eval.el
(defcustom cider-file-loaded-hook nil
  "List of functions to call when a load file has completed."
  :type 'hook
  :group 'cider
  :package-version '(cider . "0.1.7"))