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)))