From 9608eb5ac9eaccecb18914d1d4afa1645645e503 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Thu, 14 Jun 2018 23:30:27 +0200 Subject: [PATCH] Avy: Set 'M-s' to avy-goto-char --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 3796347..b1168af 100644 --- a/config.org +++ b/config.org @@ -806,7 +806,7 @@ https://github.com/abo-abo/avy (use-package avy :ensure t :bind - ("M-s" . avy-goto-char-timer)) + ("M-s" . avy-goto-char)) #+END_SRC * Convenience stuff