Avy: Set 'M-s' to avy-goto-char

This commit is contained in:
laurensmiers 2018-06-14 23:30:27 +02:00
parent a18574f65e
commit 9608eb5ac9

View file

@ -806,7 +806,7 @@ https://github.com/abo-abo/avy
(use-package avy (use-package avy
:ensure t :ensure t
:bind :bind
("M-s" . avy-goto-char-timer)) ("M-s" . avy-goto-char))
#+END_SRC #+END_SRC
* Convenience stuff * Convenience stuff