diff options
author | shoshin <shoshin@cicadas.surf> | 2022-05-22 20:42:46 -0500 |
---|---|---|
committer | shoshin <shoshin@cicadas.surf> | 2022-05-22 20:42:46 -0500 |
commit | 54bda6bb21da1de87248c501c5e56580fedde698 (patch) | |
tree | 2f9749f2b880b0ce5864330b056f98e711257623 /shoshin-config.org | |
parent | 042046f13913a8fd7422bce35bc832333976de76 (diff) |
Fix: enable vertico-mode in init
Diffstat (limited to 'shoshin-config.org')
-rw-r--r-- | shoshin-config.org | 1 |
1 files changed, 1 insertions, 0 deletions
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 |