summaryrefslogtreecommitdiff
path: root/lisp/init-mail.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-08-09 23:38:11 -0400
committerKyle Meyer <kyle@kyleam.com>2015-08-09 23:38:11 -0400
commite1193819370d6efdd2840325b40386963d4c69bb (patch)
tree2816df5ef8ab3113a09cf65fc9ab018c571b90e9 /lisp/init-mail.el
parent20863271fd69f2e06628d16ceba8d13a5c01cb06 (diff)
downloademacs.d-e1193819370d6efdd2840325b40386963d4c69bb.tar.gz
Revert "Remove km/avy-goto-subword-1"
This reverts commit 808e4c576e1b751570ea8436bc89b697ea2fa35a. I was mistaken about being mistaken. Calling avy-goto-subword-1 in Org with folded headings assigns candidates to hidden text.
Diffstat (limited to 'lisp/init-mail.el')
-rw-r--r--lisp/init-mail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-mail.el b/lisp/init-mail.el
index 3413052..1b4331d 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)