Skip to content

Commit 1facf7e

Browse files
committed
Require avy when needed, closes #31
1 parent 8d65312 commit 1facf7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

evil-easymotion.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109

110110
(defun evilem--collect (func &optional scope all-windows initial-point)
111111
"Repeatedly execute func, and collect the cursor positions into a list"
112+
(require 'avy)
112113
(if (functionp func)
113114
(cl-letf ((points nil)
114115
(point nil)

0 commit comments

Comments
 (0)