Variable: cider-history-mode-hook

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

Value

nil

Documentation

Hook run after entering cider-history-mode.

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

Aliases

cider-repl-history-mode-hook (obsolete since 2.0.0)

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-history.el
(define-derived-mode cider-history-mode clojure-mode "History"
  "Major mode for browsing the entries in the command input history.

\\{cider-history-mode-map}"
  (setq-local sesman-system 'CIDER))