mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 05:23:05 +00:00
Add de-bruijn to the defcustom of avy-styles-alist
This commit is contained in:
parent
8d38a898f2
commit
8c8ad97de1
3
avy.el
3
avy.el
@ -105,7 +105,8 @@ If the commands isn't on the list, `avy-style' is used."
|
||||
(const :tag "Pre" pre)
|
||||
(const :tag "At" at)
|
||||
(const :tag "At Full" at-full)
|
||||
(const :tag "Post" post))))
|
||||
(const :tag "Post" post)
|
||||
(const :tag "De Bruijn" de-bruijn))))
|
||||
|
||||
(defcustom avy-background nil
|
||||
"When non-nil, a gray background will be added during the selection."
|
||||
|
Loading…
x
Reference in New Issue
Block a user