diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-completion.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/custom/my-completion.el b/emacs/custom/my-completion.el index 049007a..ad4d936 100644 --- a/emacs/custom/my-completion.el +++ b/emacs/custom/my-completion.el @@ -27,7 +27,7 @@ (vertico-mode) (vertico-multiform-mode 1) (marginalia-mode) -(corfu-global-mode) +(global-corfu-mode) (global-set-key (kbd "C-c m") 'consult-mode-command) (global-set-key (kbd "C-x b") 'consult-buffer) |