Variable: cider--repl-done-functions
cider--repl-done-functions is a variable defined in cider-repl.el.
Value
(cider--shadow-cljs-handle-done)
Documentation
Functions to be invoked each time a given REPL interaction is complete.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defvar cider--repl-done-functions (list #'cider--shadow-cljs-handle-done)
"Functions to be invoked each time a given REPL interaction is complete.")