summaryrefslogtreecommitdiff
path: root/lisp/init-mail.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-07-31 22:36:19 -0400
committerKyle Meyer <kyle@kyleam.com>2015-07-31 22:36:19 -0400
commit808e4c576e1b751570ea8436bc89b697ea2fa35a (patch)
tree92cb8e8428e1938f7023ad98b4ddab4373d933ef /lisp/init-mail.el
parenta7ed888cc820832b0f41e7d280c5fa38b103d9d8 (diff)
downloademacs.d-808e4c576e1b751570ea8436bc89b697ea2fa35a.tar.gz
Remove km/avy-goto-subword-1
I added this because avy-goto-subword-1 was offering invisible text in Org mode buffers as candidates. However, this no longer seems to be the case (and perhaps I was mistaken to begin with or there was something else going on, because I don't see an obvious commit in the avy repo that changes this behavior.)
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 1b4331d..3413052 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 #'km/avy-goto-subword-1)
+ (call-interactively #'avy-goto-subword-1)
(gnus-summary-scroll-up 0))
(defun km/gnus-follow-last-message-link (copy)