Variable: avy-line-insert-style
avy-line-insert-style is a customizable variable defined in avy.el.
Value
above
Documentation
How to insert the newly copied/cut line.
Source Code
;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defcustom avy-line-insert-style 'above
"How to insert the newly copied/cut line."
:type '(choice
(const :tag "Above" above)
(const :tag "Below" below)))