Variable: cider-popup-buffer-mode-hook

cider-popup-buffer-mode-hook is a customizable variable defined in cider-popup.el.

Value

nil

Documentation

Hook run after entering or leaving cider-popup-buffer-mode(var)/cider-popup-buffer-mode(fun).

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-popup.el
(define-minor-mode cider-popup-buffer-mode
  "Mode for CIDER popup buffers."
  :lighter (" cider-tmp")
  :keymap '(("q" .  cider-popup-buffer-quit-function)))