diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-01-31 21:18:04 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-01-31 21:18:04 +0200 |
| commit | 74a4ca36ea28dec920caa7c713aa8632d8d690cc (patch) | |
| tree | 9f5061f57576b2dceb33109ac3e3ee248e754b33 | |
| parent | bff3421b0672b152c893216bf935be6bb872f84e (diff) | |
[Docs] Minor tweak
| -rw-r--r-- | doc/modules/ROOT/pages/usage.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/modules/ROOT/pages/usage.adoc b/doc/modules/ROOT/pages/usage.adoc index 6186cba..06ed9c1 100644 --- a/doc/modules/ROOT/pages/usage.adoc +++ b/doc/modules/ROOT/pages/usage.adoc @@ -25,7 +25,7 @@ Here's how a typical Projectile configuration would look: (use-package vertico :ensure t :init - (vertico-mode)) + (vertico-mode +1)) ;; Optional: which-key will show you options for partially completed keybindings ;; It's extremely useful for packages with many keybindings like Projectile. |
