Skip to content

Commit 6d4d00c

Browse files
committed
* lisp/minibuffer.el (completion-flex-nospace): Default to t.
1 parent b7d4c5d commit 6d4d00c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/minibuffer.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3496,8 +3496,8 @@ that is non-nil."
34963496
;;; "flex" completion, also known as flx/fuzzy/scatter completion
34973497
;; Completes "foo" to "frodo" and "farfromsober"
34983498

3499-
(defcustom completion-flex-nospace nil
3500-
"Make flex style fail when a space is found in pattern."
3499+
(defcustom completion-flex-nospace t
3500+
"Non-nil if `flex' completion rejects spaces in search pattern."
35013501
:version "27.1"
35023502
:type 'boolean)
35033503

0 commit comments

Comments
 (0)