(Emacs)~avy M-s avy-goto-char-2 -> avy-goto-char-timer

Description
This commit is contained in:
2020-09-21 22:19:34 +01:00
parent d3e6cb2b49
commit 3a07c7371e

View File

@@ -868,7 +868,7 @@ bind.
"l" #'avy-goto-line) "l" #'avy-goto-line)
(general-def (general-def
:states 'normal :states 'normal
(kbd "M-s") #'avy-goto-char-2)) (kbd "M-s") #'avy-goto-char-timer))
#+end_src #+end_src
** Ace window ** Ace window
Though evil provides a great many features in terms of window Though evil provides a great many features in terms of window