(Emacs)~avy-goto-char-2 -> avy-goto-char-timer
Much better system than the previous one.
This commit is contained in:
@@ -876,8 +876,8 @@ Collection of snippets, activate after yasnippet has been loaded.
|
|||||||
:after yasnippet)
|
:after yasnippet)
|
||||||
#+end_src
|
#+end_src
|
||||||
** Avy
|
** Avy
|
||||||
Setup avy with leader. As I use =avy-goto-char-2= a lot, use the =M-s=
|
Setup avy with leader. As I use =avy-goto-char-timer= a lot, use the
|
||||||
bind.
|
=M-s= bind.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package avy
|
(use-package avy
|
||||||
:after evil
|
:after evil
|
||||||
|
|||||||
Reference in New Issue
Block a user