branch: externals/jinx
commit b168546ec9dee885c2727a37d41c48de81ab5236
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
README: Update suggested Vertico configuration
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index b34dad793f..11654d9613 100644
--- a/README.org
+++ b/README.org
@@ -133,7 +133,7 @@ more suggestions fit on the screen and enable annotations.
#+begin_src emacs-lisp
(add-to-list 'vertico-multiform-categories
- '(jinx grid (vertico-grid-annotate . 20)))
+ '(jinx grid (vertico-grid-annotate . 20) (vertico-count . 4)))
(vertico-multiform-mode 1)
#+end_src