Variable: hui-select-display-type
hui-select-display-type is a customizable variable defined in
hui-select.el.
Value
t
Documentation
If t, display the thing selected with each mouse click.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-select.el
(defcustom hui-select-display-type t
"If t, display the thing selected with each mouse click."
:type 'boolean
:group 'hyperbole-commands)