mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 21:33:05 +00:00
parent
56f6590c20
commit
1b9f061d27
5
avy.el
5
avy.el
@ -670,10 +670,11 @@ Set `avy-style' according to COMMMAND as well."
|
|||||||
"Kill sexp at PT."
|
"Kill sexp at PT."
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(goto-char pt)
|
(goto-char pt)
|
||||||
(forward-sexp)
|
(avy-forward-item)
|
||||||
(kill-region pt (point))
|
(kill-region pt (point))
|
||||||
(just-one-space))
|
(just-one-space))
|
||||||
(message "Killed: %s" (current-kill 0)))
|
(message "Killed: %s" (current-kill 0))
|
||||||
|
t)
|
||||||
|
|
||||||
(defun avy-action-teleport (pt)
|
(defun avy-action-teleport (pt)
|
||||||
"Kill sexp starting on PT and yank into the current location."
|
"Kill sexp starting on PT and yank into the current location."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user