mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 21:33:05 +00:00
parent
7c40f5e381
commit
1de623383e
7
avy.el
7
avy.el
@ -1615,6 +1615,13 @@ When BOTTOM-UP is non-nil, display avy candidates from top to bottom"
|
||||
(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))
|
||||
|
||||
;;;###autoload
|
||||
(defun avy-copy-line (arg)
|
||||
"Copy a selected line above the current line.
|
||||
|
Loading…
x
Reference in New Issue
Block a user