Emacs: Use avy-goto-char-timer, better at DWIM
Alan Pearce alan.pearce@spotcap.com
Mon, 05 Oct 2015 09:26:10 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -2348,7 +2348,7 @@ (req-package avy :bind* (("M-g g" . avy-goto-line) ("M-g M-g" . avy-goto-line) ("C-|" . avy-goto-line) - ("C-c SPC" . avy-goto-char)) + ("C-c SPC" . avy-goto-char-timer)) :config (progn (avy-setup-default) (setq avy-all-windows nil)))