mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user