diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-01-20 12:02:16 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-01-20 12:02:16 +0200 |
| commit | 3b32633d8f90cea05de8ec04bf3b3f5e80b34935 (patch) | |
| tree | 17bf57420a5585ae404b521da2080da60da355fe | |
| parent | 48c648df4ac6addb06d6a3b4180cf8dd5f3478f1 (diff) | |
Use the new GFM admonition syntax
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -114,7 +114,11 @@ See the [online documentation](https://docs.projectile.mx) for more details. To get the most of Projectile you also need to enable (and potentially install) some minibuffer completion framework (e.g. `ido`, `ivy` or `selectrum`). See [this section](https://docs.projectile.mx/projectile/configuration.html#completion-options) of the documentation for more details. -**Note:** Historically `projectile-completion-system` defaulted to `ido`, but this was changed in version 2.3. You may need to enable `ido-mode` in your Emacs configuration if updating from an older version of Projectile. +> [!CAUTION] +> +> Historically `projectile-completion-system` defaulted to `ido`, but this was +> changed in version 2.3. You may need to enable `ido-mode` in your Emacs +> configuration if updating from an older version of Projectile. ## Caveats |
