mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 13:33:03 +00:00
parent
492ac494e9
commit
d22493c0ec
1
avy.el
1
avy.el
@ -895,6 +895,7 @@ The case of CHAR is ignored."
|
|||||||
(avy-goto-subword-0
|
(avy-goto-subword-0
|
||||||
arg (lambda () (eq (downcase (char-after)) char))))))
|
arg (lambda () (eq (downcase (char-after)) char))))))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(defun avy-goto-word-or-subword-1 ()
|
(defun avy-goto-word-or-subword-1 ()
|
||||||
"Forward to `avy-goto-subword-1' or `avy-goto-word-1'.
|
"Forward to `avy-goto-subword-1' or `avy-goto-word-1'.
|
||||||
Which one depends on variable `subword-mode'."
|
Which one depends on variable `subword-mode'."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user