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:
Henrik Lissner 2024-03-19 21:46:31 -04:00
parent b52d2b2dd0
commit c9c221ca59
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

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