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 + shoshin-config.org | 1 + 2 files changed, 2 insertions(+) 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) diff --git a/shoshin-config.org b/shoshin-config.org index 563a3a6..30154c3 100644 --- a/shoshin-config.org +++ b/shoshin-config.org @@ -261,6 +261,7 @@ the new. it seems like consult does this as well as switching themes (setq read-extended-command-predicate #'command-completion-default-include-p) (setq enable-recursive-minibuffers t) + (vertico-mode) #+end_src ** which-key -- cgit v1.2.3