all repos — nixfiles @ 0f5ee55c871c91f6f74ddc6a7eec24992e124525

System and user configuration, managed by nix and home-manager

Emacs: Use avy-goto-char-timer, better at DWIM

Alan Pearce
commit

0f5ee55c871c91f6f74ddc6a7eec24992e124525

parent

adc5820c63ebcfd39ae16b3625e374a75e51eb8c

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.orgtag-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)))