1
0

de-bruijn style for avy

This commit is contained in:
zdm 2021-02-05 16:48:39 -07:00
parent fc4564d2e5
commit 281b1b7dab

View File

@ -249,7 +249,7 @@
:ensure t :ensure t
:defer t :defer t
:init :init
(setq avy-style 'pre) (setq avy-style 'de-bruijn)
:bind :bind
(("C-c w" . avy-goto-word-1) (("C-c w" . avy-goto-word-1)
("C-c l" . avy-goto-line))) ("C-c l" . avy-goto-line)))