summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 4482f8cf..677358e9 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -2348,7 +2348,7 @@ somehow I prefer it.
   :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)))