Skip to content

Commit

Permalink
avy.el (avy-resume): Make it show up in M-x
Browse files Browse the repository at this point in the history
Re #165
  • Loading branch information
abo-abo committed Jul 22, 2016
1 parent dd112c8 commit a5fb936
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion avy.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a5fb936

Please sign in to comment.