From 808e4c576e1b751570ea8436bc89b697ea2fa35a Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 31 Jul 2015 22:36:19 -0400 Subject: 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.) --- lisp/init-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/init-org.el') diff --git a/lisp/init-org.el b/lisp/init-org.el index a7ffd81..4793a2f 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -483,7 +483,7 @@ displayed in the agenda." (defun km/org-agenda-avy-goto-subword-1 () (interactive) - (call-interactively #'km/avy-goto-subword-1) + (call-interactively #'avy-goto-subword-1) (org-agenda-do-context-action)) (define-key km/global-org-map "a" 'org-agenda) -- cgit v1.2.3