diff --git a/avy.el b/avy.el index 9a7c6a3..a3d2141 100644 --- a/avy.el +++ b/avy.el @@ -485,7 +485,8 @@ multiple DISPLAY-FN invokations." (defun avy-resume () "Stub to hold last avy command. -Commands using `avy-with' macro can be resumed.") +Commands using `avy-with' macro can be resumed." + (interactive)) (defmacro avy-with (command &rest body) "Set `avy-keys' according to COMMAND and execute BODY.