diff options
author | Case Duckworth | 2021-08-06 21:26:37 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-06 21:26:37 -0500 |
commit | 93be3cb626c1eb41796a7dc7ebe06d9b4f9eb027 (patch) | |
tree | bf36d7163093a717afd9366ebaf2266590bb59e7 | |
parent | Change org recipe (diff) | |
download | emacs-93be3cb626c1eb41796a7dc7ebe06d9b4f9eb027.tar.gz emacs-93be3cb626c1eb41796a7dc7ebe06d9b4f9eb027.zip |
Configure vertico
-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)) |