From 9e10ce6dbde813476bda9c9dbdb32d7a826c9dd1 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 27 Sep 2020 21:46:29 +0100 Subject: (Emacs)~avy-goto-char-2 -> avy-goto-char-timer Much better system than the previous one. --- Emacs/.config/emacs/config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Emacs/.config/emacs/config.org') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 9b70c03..f90bcd7 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -876,8 +876,8 @@ Collection of snippets, activate after yasnippet has been loaded. :after yasnippet) #+end_src ** Avy -Setup avy with leader. As I use =avy-goto-char-2= a lot, use the =M-s= -bind. +Setup avy with leader. As I use =avy-goto-char-timer= a lot, use the +=M-s= bind. #+begin_src emacs-lisp (use-package avy :after evil -- cgit v1.2.3-13-gbd6f