summary refs log tree commit diff
path: root/emacs/custom/my-completion.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-15 14:15:51 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-19 17:51:57 -0700
commit5dba87cf3f35355c9f08fe6d972052c8d00bf71e (patch)
treed2a223b9a7dda01090b1245266f7493a577c451c /emacs/custom/my-completion.el
parentfeat: add a new snippet for org-mode (diff)
downloademacs.d-5dba87cf3f35355c9f08fe6d972052c8d00bf71e.tar.gz
corfu: the function `corfu-global-mode` has been renamed
Diffstat (limited to 'emacs/custom/my-completion.el')
-rw-r--r--emacs/custom/my-completion.el2
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)