Add avy
This commit is contained in:
parent
70662a4f65
commit
68afa8fc08
1 changed files with 11 additions and 0 deletions
11
config.org
11
config.org
|
|
@ -743,6 +743,17 @@ https://github.com/ikirill/irony-eldoc
|
|||
)
|
||||
#+END_SRC
|
||||
|
||||
* Avy
|
||||
|
||||
https://github.com/abo-abo/avy
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package avy
|
||||
:ensure t
|
||||
:bind
|
||||
("M-s" . avy-goto-char-timer))
|
||||
#+END_SRC
|
||||
|
||||
* Old stuff, maybe usefull for lookup later
|
||||
|
||||
** Diff mode stuff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue