axelf4 / hotfuzz

🚓 Fuzzy Emacs completion style
GNU General Public License v3.0
104 stars 4 forks source link

Explain how to use hotfuzz with Fido #6

Closed scalisi closed 2 years ago

scalisi commented 2 years ago

This pull request adds instructions to the README for using hotfuzz with Fido.

The reason why these instructions are needed is that the icomplete--fido-mode-setup function in icomplete.el overrides the user's completion-styles list.

(Fussy's README includes similar instructions.)

axelf4 commented 2 years ago

Thanks, this is a good idea. I saw that the Icomplete manual suggested using the icomplete-minibuffer-setup-hook hook instead of an advice, which might be preferable. What do you think?

scalisi commented 2 years ago

@axelf4 Yeah, using icomplete-minibuffer-setup-hook is the way to go.