From ad41bb859431f581ae959507e80c16fdcdf14d96 Mon Sep 17 00:00:00 2001 From: zdm Date: Fri, 5 Feb 2021 17:00:45 -0700 Subject: [PATCH] `at-full' more pleasant than `de-bruijn' --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 6e4194b..65a8594 100644 --- a/init.el +++ b/init.el @@ -255,7 +255,7 @@ :ensure t :defer t :init - (setq avy-style 'de-bruijn) + (setq avy-style 'at-full) :bind (("C-c w" . avy-goto-word-1) ("C-c l" . avy-goto-line)))