diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2020-11-27 13:54:58 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2020-11-27 13:54:58 +0200 |
| commit | 45b0481adca89c9b23e7771e513c65a5cf27d0a8 (patch) | |
| tree | e4e65b585536ae70aa9d413851df20a5d5335639 /doc | |
| parent | 248ff220b8672502a256e4b7cedd84e9c02ddc36 (diff) | |
[Docs] Tweak some wording
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/modules/ROOT/pages/configuration.adoc | 6 |
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. |
