Variable: consult-line-start-from-top
consult-line-start-from-top is a customizable variable defined in
consult.el.
Value
nil
Documentation
Start search from the top if non-nil.
Otherwise start the search at the current line and wrap around.
Source Code
;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defcustom consult-line-start-from-top nil
"Start search from the top if non-nil.
Otherwise start the search at the current line and wrap around."
:type 'boolean)