mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-21 18:23:59 +00:00
* lisp/minibuffer.el (completion-flex-nospace): Default to t.
This commit is contained in:
parent
b7d4c5d1d1
commit
6d4d00c634
@ -3496,8 +3496,8 @@ that is non-nil."
|
||||
;;; "flex" completion, also known as flx/fuzzy/scatter completion
|
||||
;; Completes "foo" to "frodo" and "farfromsober"
|
||||
|
||||
(defcustom completion-flex-nospace nil
|
||||
"Make flex style fail when a space is found in pattern."
|
||||
(defcustom completion-flex-nospace t
|
||||
"Non-nil if `flex' completion rejects spaces in search pattern."
|
||||
:version "27.1"
|
||||
:type 'boolean)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user