summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-13 17:42:32 +0000
committernoa@gaiwan.org2024-06-13 17:42:32 +0000
commit0fe60c55412c933b09c1213e56f73abf8038348c (patch)
tree9f98dec71b8e65e9fa1b1edb39f0fbe7241f71be /emacs
parentc4c8349c5526ff4a2e699676525e29008b083844 (diff)
Properly enable vertico multiform mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index e800c9b..31b33f5 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -44,6 +44,7 @@
(read-buffer-completion-ignore-case t)
(read-file-name-completion-ignore-case t)
(completion-ignore-case t)
+ (vertico-multiform-mode t)
:config
(add-to-list 'vertico-multiform-categories '(embark-keybinding grid))
(vertico-multiform-mode)