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-ace.el | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'lisp/init-ace.el') diff --git a/lisp/init-ace.el b/lisp/init-ace.el index cc6eee3..3417013 100644 --- a/lisp/init-ace.el +++ b/lisp/init-ace.el @@ -2,16 +2,7 @@ (require 'avy) -(defun km/avy-goto-subword-1 (char arg) - "Like `avy-goto-subword-1', but don't consider invisible text." - (interactive (list (read-char "char: ") current-prefix-arg)) - (avy--with-avy-keys avy-goto-subword-1 - (let ((char (downcase char))) - (avy-goto-subword-0 - arg (lambda () (and (not (invisible-p (point))) - (eq (downcase (char-after)) char))))))) - -(key-chord-define-global "jf" 'km/avy-goto-subword-1) +(key-chord-define-global "jf" 'avy-goto-subword-1) ;;; Ace Link -- cgit v1.2.3