Speed up avy timer

This commit is contained in:
eriedaberrie 2023-04-13 23:09:26 -07:00
parent 29efeadcd3
commit 3fa7553694

View file

@ -140,7 +140,6 @@
'("O" . meow-to-block) '("O" . meow-to-block)
'("p" . meow-yank) '("p" . meow-yank)
'("q" . meow-quit) '("q" . meow-quit)
'("Q" . meow-goto-line)
'("r" . meow-replace) '("r" . meow-replace)
'("R" . meow-swap-grab) '("R" . meow-swap-grab)
'("s" . meow-kill) '("s" . meow-kill)
@ -192,7 +191,12 @@
("C-\"" . avy-goto-char-timer) ("C-\"" . avy-goto-char-timer)
("M-g f" . avy-goto-line) ("M-g f" . avy-goto-line)
("M-g w" . avy-goto-word-1) ("M-g w" . avy-goto-word-1)
("M-g e" . avy-goto-word-0)) ("M-g e" . avy-goto-word-0)
:custom
(avy-timeout-seconds 0.3)
:init
(with-eval-after-load 'meow
(meow-normal-define-key '("?" . avy-goto-char-timer))))
(use-package puni (use-package puni
:hook prog-mode tex-mode :hook prog-mode tex-mode