summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index c5d192c3..4280600b 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -221,7 +221,8 @@ With two prefix arguments, write out the day and month name."
   :config (progn
             (add-to-list 'savehist-additional-variables 'command-history)))
 
-(fido-vertical-mode +1)
+(use-package vertico
+  :ghook ('after-init-hook #'vertico-mode))
 
 (setq completion-ignore-case t
       read-buffer-completion-ignore-case t