Variable: cider-use-tooltips

cider-use-tooltips is a customizable variable defined in cider-mode.el.

Value

t

Documentation

If non-nil, CIDER displays mouse-over tooltips.

It does this as well as the help-echo mechanism.

This variable was added, or its default value changed, in cider version (0.12.0).

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-mode.el
(defcustom cider-use-tooltips t
  "If non-nil, CIDER displays mouse-over tooltips.
It does this as well as the `help-echo' mechanism."
  :group 'cider
  :type 'boolean
  :package-version '(cider "0.12.0"))