From 5dba87cf3f35355c9f08fe6d972052c8d00bf71e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 15 May 2022 14:15:51 -0700 Subject: corfu: the function `corfu-global-mode` has been renamed --- emacs/custom/my-completion.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/custom/my-completion.el') 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) -- cgit 1.4.1