Variable: cider-repl-history-mode-hook

cider-repl-history-mode-hook is a variable defined in cider-repl-history.el.

Value

nil

Documentation

Hook run after entering cider-repl-history-mode.

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl-history.el
(define-derived-mode cider-repl-history-mode clojure-mode "History"
  "Major mode for browsing the entries in the command input history."
  (setq-local sesman-system 'CIDER))