mirror of
https://github.com/abo-abo/avy.git
synced 2026-02-04 06:42:26 +00:00
7
avy.el
7
avy.el
@@ -1615,6 +1615,13 @@ When BOTTOM-UP is non-nil, display avy candidates from top to bottom"
|
|||||||
"How to insert the newly copied/cut line."
|
"How to insert the newly copied/cut line."
|
||||||
:type '(choice
|
:type '(choice
|
||||||
(const :tag "Above" above)
|
(const :tag "Above" above)
|
||||||
|
(const :tag "Below" below)))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
|
(defun avy-goto-end-of-line (&optional arg)
|
||||||
|
"Call `avy-goto-line' and move to the end of the line."
|
||||||
|
(interactive "p")
|
||||||
|
(avy-goto-line arg)
|
||||||
(end-of-line))
|
(end-of-line))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
|||||||
Reference in New Issue
Block a user