summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-10-05 09:26:10 +0200
committerAlan Pearce2015-10-05 09:26:10 +0200
commit0f5ee55c871c91f6f74ddc6a7eec24992e124525 (patch)
treee38949dcc1d7c6c97fb021d4a51ff37d1472a81c /tag-emacs
parentadc5820c63ebcfd39ae16b3625e374a75e51eb8c (diff)
downloaddotfiles-0f5ee55c871c91f6f74ddc6a7eec24992e124525.tar.lz
dotfiles-0f5ee55c871c91f6f74ddc6a7eec24992e124525.tar.zst
dotfiles-0f5ee55c871c91f6f74ddc6a7eec24992e124525.zip
Emacs: Use avy-goto-char-timer, better at DWIM
Diffstat (limited to 'tag-emacs')
-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 4482f8c..677358e 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)))