diff options
-rw-r--r-- | shoshin-config.el | 1 | ||||
-rw-r--r-- | shoshin-config.org | 1 |
2 files changed, 2 insertions, 0 deletions
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 |