Shrink vertico window to show 8 elements

This commit is contained in:
coolneng 2021-07-31 19:56:24 +01:00
parent e6c28bbbb6
commit 83ecb87645
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

2
+ui.el
View File

@ -27,7 +27,7 @@
lsp-modeline-code-actions-enable nil))
;; Shrink minibuffer
(after! vertico
(setq vertico-count 10))
(setq vertico-count 8))
;; Eliminate gaps between windows
(after! frame
(remove-hook 'doom-init-ui-hook #'window-divider-mode))