Variable: cider--repl-stdout-functions

cider--repl-stdout-functions is a variable defined in cider-repl.el.

Value

(cider--maybe-get-state-for-figwheel-main)

Documentation

Functions to be invoked each time new stdout is received on a repl buffer.

Good for, for instance, monitoring specific strings that may be logged, and responding to them.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defvar cider--repl-stdout-functions (list #'cider--maybe-get-state-for-figwheel-main)
  "Functions to be invoked each time new stdout is received on a repl buffer.

Good for, for instance, monitoring specific strings that may be logged,
and responding to them.")