diff options
| author | Somelauw <Somelauw> | 2017-07-06 21:10:39 +0200 |
|---|---|---|
| committer | Somelauw <Somelauw> | 2017-07-06 21:14:26 +0200 |
| commit | cb3a6804e8694788a1886725371363296e31c383 (patch) | |
| tree | 290603dc8b8cbe0337e3c1349ff6f4e994656b3d | |
| parent | a375ac8aea43980dfa60525c7585be64896e42d1 (diff) | |
Add evil-avy-goto-char-timer
| -rw-r--r-- | evil-integration.el | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
