diff options
author | Alan Pearce | 2015-10-05 09:26:10 +0200 |
---|---|---|
committer | Alan Pearce | 2015-10-05 09:26:10 +0200 |
commit | 0f5ee55c871c91f6f74ddc6a7eec24992e124525 (patch) | |
tree | e38949dcc1d7c6c97fb021d4a51ff37d1472a81c | |
parent | adc5820c63ebcfd39ae16b3625e374a75e51eb8c (diff) | |
download | dotfiles-0f5ee55c871c91f6f74ddc6a7eec24992e124525.tar.lz dotfiles-0f5ee55c871c91f6f74ddc6a7eec24992e124525.tar.zst dotfiles-0f5ee55c871c91f6f74ddc6a7eec24992e124525.zip |
Emacs: Use avy-goto-char-timer, better at DWIM
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
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))) |