summaryrefslogtreecommitdiff
path: root/lisp/init-ace.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-ace.el')
-rw-r--r--lisp/init-ace.el11
1 files changed, 1 insertions, 10 deletions
diff --git a/lisp/init-ace.el b/lisp/init-ace.el
index 9ec2727..2083a64 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