mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 13:33:03 +00:00
parent
dee0284f3f
commit
a25b255b25
3
avy.el
3
avy.el
@ -657,7 +657,8 @@ Set `avy-style' according to COMMMAND as well."
|
|||||||
(defun avy-action-yank (pt)
|
(defun avy-action-yank (pt)
|
||||||
"Yank sexp starting at PT at the current point."
|
"Yank sexp starting at PT at the current point."
|
||||||
(avy-action-copy pt)
|
(avy-action-copy pt)
|
||||||
(yank))
|
(yank)
|
||||||
|
t)
|
||||||
|
|
||||||
(defun avy-action-kill-move (pt)
|
(defun avy-action-kill-move (pt)
|
||||||
"Kill sexp at PT and move there."
|
"Kill sexp at PT and move there."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user