I've searched for a long time and tried some suggestions from respective manuals like ac-use-fuzzy
etc, but haven't been able to enable fuzzy matching. I mean I want it start without pressing any special keys.
Asked
Active
Viewed 581 times
1

Drew
- 75,699
- 9
- 109
- 225

user1685095
- 193
- 1
- 9
-
As for `company-mode`, you could try [`company-flx`](https://github.com/PythonNut/company-flx). – Timm Mar 23 '17 at 21:17
-
@Timm Can you explain how to do that? I've tried to install flx,company-flx, but it doesn't work. Readme says that It only works with company-capf. What does that suppose to mean? – user1685095 Mar 23 '17 at 21:51
-
It means that for some completions (e.g. for `org-mode`) `flx` will be available, but not for all (e.g. for LaTeX/`auctex`), depending on the backend they use. Sorry, that's all I can say. – Timm Mar 23 '17 at 22:27