about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-06 21:26:37 -0500
committerCase Duckworth2021-08-06 21:26:37 -0500
commit93be3cb626c1eb41796a7dc7ebe06d9b4f9eb027 (patch)
treebf36d7163093a717afd9366ebaf2266590bb59e7 /init.el
parentChange org recipe (diff)
downloademacs-93be3cb626c1eb41796a7dc7ebe06d9b4f9eb027.tar.gz
emacs-93be3cb626c1eb41796a7dc7ebe06d9b4f9eb027.zip
Configure vertico
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
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))