From 5a547ea64dd1bb5c5b8b78fa7afb5d92d2dd19cd Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 2 Apr 2023 09:06:57 +0200 Subject: emacs: make minibuffer completion ui popup faster replace fido-vertical-mode with vertico --- user/emacs/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'user/emacs/init.el') 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 -- cgit 1.4.1