From 54bda6bb21da1de87248c501c5e56580fedde698 Mon Sep 17 00:00:00 2001 From: shoshin Date: Sun, 22 May 2022 20:42:46 -0500 Subject: Fix: enable vertico-mode in init --- shoshin-config.el | 1 + 1 file changed, 1 insertion(+) (limited to 'shoshin-config.el') diff --git a/shoshin-config.el b/shoshin-config.el index 72d3568..d69a20a 100644 --- a/shoshin-config.el +++ b/shoshin-config.el @@ -53,6 +53,7 @@ (setq read-extended-command-predicate #'command-completion-default-include-p) (setq enable-recursive-minibuffers t) +(vertico-mode) (package-install 'which-key) (which-key-mode) -- cgit v1.2.3