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 884dccd commit 9ebd0dbCopy full SHA for 9ebd0db
evil-easymotion.el
@@ -152,7 +152,7 @@
152
`(evil-define-motion ,name (_count)
153
(evil-without-repeat
154
(setq evil-this-type 'inclusive)
155
- (cl-letf ,bind
+ (cl-letf* ,bind
156
,(when pre-hook `(funcall ,(if (functionp pre-hook)
157
pre-hook
158
`(lambda () ,pre-hook))))
@@ -166,7 +166,7 @@
166
"Automatically define a plain easymotion for `func', naming it `name'"
167
`(defun ,name ()
168
(interactive)
169
170
171
172
0 commit comments