From 6d1863a20bc4c71c38694ba83227b5145f8e2882 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 21 Aug 2015 23:22:20 -0400 Subject: Remove km/avy-goto-subword-1 This is fixed upstream as of a6cfeda ("avy.el (avy-goto-subword-0): Don't offer invisible chars", 2015-08-21). --- 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 b746733..37c49a0 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