From cb3a6804e8694788a1886725371363296e31c383 Mon Sep 17 00:00:00 2001 From: Somelauw Date: Thu, 6 Jul 2017 21:10:39 +0200 Subject: Add evil-avy-goto-char-timer --- evil-integration.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/evil-integration.el b/evil-integration.el index 79558ea..b4a1bca 100644 --- a/evil-integration.el +++ b/evil-integration.el @@ -479,6 +479,7 @@ the mark and entering `recursive-edit'." (declare-function 'avy-goto-word-1-below "avy") (declare-function 'avy-goto-subword-0 "avy") (declare-function 'avy-goto-subword-1 "avy") +(declare-function 'avy-goto-char-timer "avy") (defmacro evil-enclose-avy-for-motion (&rest body) "Enclose avy to make it suitable for motions. @@ -513,6 +514,7 @@ Based on `evil-enclose-ace-jump-for-motion'." (evil-define-avy-motion avy-goto-char-2-above inclusive) (evil-define-avy-motion avy-goto-char-2-below inclusive) (evil-define-avy-motion avy-goto-char-in-line inclusive) +(evil-define-avy-motion avy-goto-char-timer inclusive) (evil-define-avy-motion avy-goto-word-0 exclusive) (evil-define-avy-motion avy-goto-word-1 exclusive) (evil-define-avy-motion avy-goto-word-1-above exclusive) @@ -528,6 +530,7 @@ Based on `evil-enclose-ace-jump-for-motion'." avy-goto-char-2-above avy-goto-char-2-below avy-goto-char-in-line + avy-goto-char-timer avy-goto-word-0 avy-goto-word-1 avy-goto-word-1-above -- cgit v1.0