fix(corfu): wrong-type-argument characterp error
Corfu doesn't support a nil corfu-separator in general, but +corfu-smart-sep-toggle-escape, specifically, will throw a characterp type error if the user hasn't enabled +orderless.
This commit is contained in:
parent
b52d2b2dd0
commit
c9c221ca59
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ use the minibuffer such as `query-replace'.")
|
|||
vterm-mode)
|
||||
t)
|
||||
corfu-cycle t
|
||||
corfu-separator (when (modulep! +orderless) ?\s)
|
||||
corfu-preselect 'prompt
|
||||
corfu-count 16
|
||||
corfu-max-width 120
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue