From 45ff23bf3ce141f898c625dfd74ee63a9a40101d Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 10 Jun 2015 21:21:58 -0400 Subject: Use custom avy-goto-subword-1 for all bindings Only changed main binding in f88d106fc3. --- lisp/init-mail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/init-mail.el') diff --git a/lisp/init-mail.el b/lisp/init-mail.el index 725a5bd..c4d3b93 100644 --- a/lisp/init-mail.el +++ b/lisp/init-mail.el @@ -96,7 +96,7 @@ is off." (defun km/gnus-avy-goto-subword-and-select () (interactive) - (call-interactively #'avy-goto-subword-1) + (call-interactively #'km/avy-goto-subword-1) (gnus-summary-scroll-up 0)) (defun km/gnus-follow-last-message-link (copy) -- cgit v1.2.3