]> git.eshelyaron.com Git - emacs.git/commit
Add new variable to prevent flex completion style
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Thu, 21 Nov 2019 19:41:19 +0000 (20:41 +0100)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Thu, 21 Nov 2019 19:48:17 +0000 (20:48 +0100)
commit5a62c4b49ca1ac45d576f55d266750b7d1d6668a
tree2d90d6646fdab44987a3a7734d94cfa71af63c68
parent035931777bd89b939436fd1d8a2b8d5a80ede095
Add new variable to prevent flex completion style

matching spaces.  This allows flex style working smoothly with other
styles like helm using spaces.

* lisp/minibuffer.el (completion-flex-nospace): New user var.
(completion-flex-try-completion): Use it.
(completion-flex-all-completions): Same.
lisp/minibuffer.el