aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/modules/ROOT/pages/configuration.adoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/modules/ROOT/pages/configuration.adoc b/doc/modules/ROOT/pages/configuration.adoc
index fb3b92c..7f8ae24 100644
--- a/doc/modules/ROOT/pages/configuration.adoc
+++ b/doc/modules/ROOT/pages/configuration.adoc
@@ -318,8 +318,10 @@ If you don't like `ido` and `ivy` you can use regular completion (based on `comp
(setq projectile-completion-system 'default)
----
-You might want to combine default completion with `icomplete-mode` for optimum results.
-Emacs 27 added `fido-mode` to `icomplete`. If you are using `fido-mode`, Projectile will
+TIP: You might want to combine default completion with `icomplete-mode` for optimum results.
+Emacs 27 added `fido-mode` to `icomplete`.
+
+If you are using `fido-mode`, Projectile will
use the `default` completion system. The same holds for `selectrum` which also relies
on the `default` completion system.