Function: avy-action-yank-line
avy-action-yank-line is a byte-compiled function defined in avy.el.
Signature
(avy-action-yank-line PT)
Documentation
Yank sexp starting at PT at the current point.
Source Code
;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defun avy-action-yank-line (pt)
"Yank sexp starting at PT at the current point."
(let ((avy-command 'avy-goto-line))
(avy-action-yank pt)))