added avy
This commit is contained in:
parent
3751fdf3da
commit
e419e702ce
1 changed files with 7 additions and 0 deletions
|
|
@ -173,6 +173,13 @@
|
|||
(use-package ace-window
|
||||
:bind (("M-o" . ace-window)))
|
||||
#+end_src
|
||||
*** Avy
|
||||
#+begin_src emacs-lisp
|
||||
(use-package avy
|
||||
:bind (("C-o" . avy-goto-char))
|
||||
:custom
|
||||
(avy-keys . '(?a ?r ?s ?t ?d ?h ?n ?e ?i ?o)))
|
||||
#+end_src
|
||||
* Completion
|
||||
** Vertico
|
||||
#+begin_src emacs-lisp
|
||||
|
|
|
|||
Loading…
Reference in a new issue