branch: externals/hotfuzz
commit af1b4022bdd9887430c07de08aa2721009ca65bb
Author: Josh Scalisi <[email protected]>
Commit: GitHub <[email protected]>

    Explain how to use hotfuzz with Fido (#6)
---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 1b9b1a245d..0e94ed1cd1 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,15 @@ To use hotfuzz, add it to the `completion-styles` list:
 ```elisp
 (setq completion-styles '(hotfuzz))
 ```
+
+Or, if using
+[Fido](https://www.gnu.org/software/emacs/manual/html_node/emacs/Icomplete.html),
+add hotfuzz to the `completion-styles` list this way:
+
+```elisp
+(add-hook 'icomplete-minibuffer-setup-hook
+          (lambda () (setq-local completion-styles '(hotfuzz))))
+```
 or, if using [Selectrum], enable `hotfuzz-selectrum-mode`.
 
 **Note:** Highlighting of the matched characters is only applied to

Reply via email to