aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2025-01-31 21:18:04 +0200
committerBozhidar Batsov <bozhidar@batsov.dev>2025-01-31 21:18:04 +0200
commit74a4ca36ea28dec920caa7c713aa8632d8d690cc (patch)
tree9f5061f57576b2dceb33109ac3e3ee248e754b33 /doc
parentbff3421b0672b152c893216bf935be6bb872f84e (diff)
[Docs] Minor tweak
Diffstat (limited to 'doc')
-rw-r--r--doc/modules/ROOT/pages/usage.adoc2
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.