Integrate evil-easymotion into evil-snipe
This commit is contained in:
parent
78e2680290
commit
81dd407583
2 changed files with 33 additions and 18 deletions
|
@ -163,5 +163,11 @@
|
|||
(evil-define-command narf:omap (bang input &optional mode)
|
||||
(interactive "<!><a>") (narf:map bang input 'operator))
|
||||
|
||||
;;;###autoload
|
||||
(defun narf/evil-snipe-easymotion ()
|
||||
(interactive)
|
||||
(require 'evil-easymotion)
|
||||
(call-interactively narf--evil-snipe-repeat-fn))
|
||||
|
||||
(provide 'defuns-evil)
|
||||
;;; defuns-evil.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue