Variable: hyrolo--cache-major-mode-indexes
hyrolo--cache-major-mode-indexes is a variable defined in hyrolo.el.
Value
(1)
Documentation
Ordered keys to select major modes in hyrolo--cache-major-mode-indexes.
Keys may be repeated as multiple files matched in the HyRolo display buffer
may share the same major-mode.
Key ordering matches the ordering of position entries in
hyrolo--cache-loc-match-bounds so that a position in the HyRolo match
display buffer can be connected to its source buffer major-mode.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defvar hyrolo--cache-major-mode-indexes '(1)
"Ordered keys to select major modes in `hyrolo--cache-major-mode-indexes'.
Keys may be repeated as multiple files matched in the HyRolo display buffer
may share the same `major-mode'.
Key ordering matches the ordering of position entries in
`hyrolo--cache-loc-match-bounds' so that a position in the HyRolo match
display buffer can be connected to its source buffer `major-mode'.")