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.el | |
parent | 042046f13913a8fd7422bce35bc832333976de76 (diff) |
Fix: enable vertico-mode in init
Diffstat (limited to 'shoshin-config.el')
-rw-r--r-- | shoshin-config.el | 1 |
1 files changed, 1 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) |