]> git.eshelyaron.com Git - emacs.git/commit
Don't override completion-category-defaults in fido-mode
authorJoão Távora <joaotavora@gmail.com>
Fri, 25 Nov 2022 13:05:40 +0000 (13:05 +0000)
committerJoão Távora <joaotavora@gmail.com>
Fri, 25 Nov 2022 13:05:40 +0000 (13:05 +0000)
commita049c8f9da36011584327867b6bc14c9d3e57079
treec1d68e45cf72fa26c5f30a439942c850a2ddb494
parentc807121fbd360d968f24048298ef54b098ac7e2c
Don't override completion-category-defaults in fido-mode

Fido mode's mantra is to use the 'flex' completion style wherever
possible, but this clashes with some completion table categories that
can't use that style, such as the 'backend-completion' category, which
uses the backend-completion-backend-style style.

* lisp/icomplete.el (icomplete--fido-mode-setup): Don't override
completion-category-defaults.
lisp/icomplete.el