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 | |
parent | 042046f13913a8fd7422bce35bc832333976de76 (diff) |
Fix: enable vertico-mode in init
-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 |