Function: cider-doctor-mode

cider-doctor-mode is an interactive and byte-compiled function defined in cider-doctor.el.

Signature

(cider-doctor-mode)

Documentation

Major mode for the CIDER Doctor report.

Press M-x revert-buffer (revert-buffer) to re-run the checks and refresh the report.

In addition to any hooks its parent mode special-mode might have run, this mode runs the hook cider-doctor-mode-hook, as the final or penultimate step during initialization.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-doctor.el
(define-derived-mode cider-doctor-mode special-mode "CIDER Doctor"
  "Major mode for the CIDER Doctor report.
Press \\[revert-buffer] to re-run the checks and refresh the report.

\\{cider-doctor-mode-map}"
  (setq-local revert-buffer-function #'cider-doctor--revert))