mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 21:33:05 +00:00
avy.el (avy-process): Add autoload
This commit is contained in:
parent
f34ff764aa
commit
2dde8b71a0
1
avy.el
1
avy.el
@ -856,6 +856,7 @@ Set `avy-style' according to COMMAND as well."
|
||||
(when (< pos (1- (length lst)))
|
||||
(goto-char (caar (nth (1+ pos) lst)))))))
|
||||
|
||||
;;;###autoload
|
||||
(defun avy-process (candidates &optional overlay-fn cleanup-fn)
|
||||
"Select one of CANDIDATES using `avy-read'.
|
||||
Use OVERLAY-FN to visualize the decision overlay.
|
||||
|
Loading…
x
Reference in New Issue
Block a user