Variable: hpath:auto-completing-read-modes

hpath:auto-completing-read-modes is a customizable variable defined in hpath.el.

Value

(consult-org-roam-mode helm-mode icomplete-mode ivy-mode org-roam-mode
		       vertico-mode selectrum-mode)

Documentation

List of boolean mode variables whose modes automatically list completions.

These are modes where completions are listed without the need for pressing the ? key.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
;;; ************************************************************************
;;; Public Variables
;;; ************************************************************************

(defcustom hpath:auto-completing-read-modes '(consult-org-roam-mode helm-mode
					      icomplete-mode ivy-mode
					      org-roam-mode vertico-mode
                                              selectrum-mode)
  "List of boolean mode variables whose modes automatically list completions.
These are modes where completions are listed without the need for
pressing the ? key."
  :type '(repeat variable)
  :group 'hyperbole-commands)