We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72129a6 commit 6d5cb58Copy full SHA for 6d5cb58
evil-easymotion.el
@@ -122,7 +122,6 @@
122
sort-key
123
collect-postprocess)
124
"Repeatedly execute func, and collect the cursor positions into a list"
125
- (require 'avy)
126
(cl-letf ((points nil)
127
(point nil)
128
(avy-all-windows all-windows)
@@ -179,6 +178,7 @@
179
178
'evil-define-command
180
'evil-define-motion)
181
,name (&optional _count)
+ (require 'avy)
182
(avy-with ,name
183
(evil-without-repeat
184
(setq evil-this-type 'inclusive)
@@ -208,6 +208,7 @@
208
"Automatically define a plain easymotion for `func', naming it `name'"
209
`(defun ,name ()
210
(interactive)
211
212
213
(cl-letf* ,bind
214
,(when pre-hook `(funcall ,(if (functionp pre-hook)
0 commit comments