1
0

at-full' more pleasant than de-bruijn'

This commit is contained in:
zdm 2021-02-05 17:00:45 -07:00
parent b90eb4fc67
commit ad41bb8594

View File

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