diff --git a/init.el b/init.el index ed5980d..3612762 100644 --- a/init.el +++ b/init.el @@ -140,7 +140,6 @@ '("O" . meow-to-block) '("p" . meow-yank) '("q" . meow-quit) - '("Q" . meow-goto-line) '("r" . meow-replace) '("R" . meow-swap-grab) '("s" . meow-kill) @@ -192,7 +191,12 @@ ("C-\"" . avy-goto-char-timer) ("M-g f" . avy-goto-line) ("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 :hook prog-mode tex-mode