diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 0e85913..480a89f 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -109,10 +109,10 @@ :hook (after-init . minibuffer-depth-indicate-mode)) (use-package vertico + :ensure t :hook (after-init . vertico-mode) :custom (vertico-resize nil) ;; don't shrink when there are less candidates - ;; (vertico-group-format #("%s " 0 3 (face vertico-group-title))) ;; Don't put a vertical line across group titles ) (use-package vertico-directory |