branch: master
commit d22493c0ec282bb9029c9ec5abec7b61e884ed78
Author: Markus Hauck <[email protected]>
Commit: Oleh Krehel <[email protected]>
Autload avy-goto-word-or-subword-1
Fixes #82
---
avy.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/avy.el b/avy.el
index bd9161a..11cf738 100644
--- a/avy.el
+++ b/avy.el
@@ -895,6 +895,7 @@ The case of CHAR is ignored."
(avy-goto-subword-0
arg (lambda () (eq (downcase (char-after)) char))))))
+;;;###autoload
(defun avy-goto-word-or-subword-1 ()
"Forward to `avy-goto-subword-1' or `avy-goto-word-1'.
Which one depends on variable `subword-mode'."