diff options
-rw-r--r-- | lisp/init-ace.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-ace.el b/lisp/init-ace.el index 3417013..af1143c 100644 --- a/lisp/init-ace.el +++ b/lisp/init-ace.el @@ -3,6 +3,7 @@ (require 'avy) (key-chord-define-global "jf" 'avy-goto-subword-1) +(define-key isearch-mode-map (kbd "C-'") 'avy-isearch) ;;; Ace Link |