diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index 74709cc..d4ca71b 100644 --- a/init.el +++ b/init.el | |||
@@ -1284,7 +1284,9 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
1284 | (setup (:straight (vertico | 1284 | (setup (:straight (vertico |
1285 | :host github | 1285 | :host github |
1286 | :repo "minad/vertico")) | 1286 | :repo "minad/vertico")) |
1287 | (setq resize-mini-windows 'grow-only) | 1287 | (:option resize-mini-windows 'grow-only |
1288 | vertico-count-format nil | ||
1289 | vertico-cycle t) | ||
1288 | (if (boundp 'comp-deferred-compilation-deny-list) | 1290 | (if (boundp 'comp-deferred-compilation-deny-list) |
1289 | (add-to-list 'comp-deferred-compilation-deny-list "vertico")) | 1291 | (add-to-list 'comp-deferred-compilation-deny-list "vertico")) |
1290 | (vertico-mode +1)) | 1292 | (vertico-mode +1)) |