mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 21:33:05 +00:00
parent
1b9f061d27
commit
dee0284f3f
5
avy.el
5
avy.el
@ -662,9 +662,10 @@ Set `avy-style' according to COMMMAND as well."
|
||||
(defun avy-action-kill-move (pt)
|
||||
"Kill sexp at PT and move there."
|
||||
(goto-char pt)
|
||||
(forward-sexp)
|
||||
(avy-forward-item)
|
||||
(kill-region pt (point))
|
||||
(message "Killed: %s" (current-kill 0)))
|
||||
(message "Killed: %s" (current-kill 0))
|
||||
(point))
|
||||
|
||||
(defun avy-action-kill-stay (pt)
|
||||
"Kill sexp at PT."
|
||||
|
Loading…
x
Reference in New Issue
Block a user