Function: consult--jump-state
consult--jump-state is a byte-compiled function defined in consult.el.
Signature
(consult--jump-state)
Documentation
The state function used if selecting from a list of candidate positions.
Source Code
;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defun consult--jump-state ()
"The state function used if selecting from a list of candidate positions."
(consult--state-with-return (consult--jump-preview) #'consult--jump))