diff options
| -rw-r--r-- | orderless.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/orderless.el b/orderless.el index d9f93fc..4732601 100644 --- a/orderless.el +++ b/orderless.el @@ -89,7 +89,7 @@ (t :foreground "yellow")) "Face for matches of components numbered 3 mod 4.") -(defcustom orderless-component-separator " +" +(defcustom orderless-component-separator #'orderless-escapable-split-on-space "Component separators for orderless completion. This can either be a string, which is passed to `split-string', or a function of a single string argument." |
