diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-15 14:15:51 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-19 17:51:57 -0700 |
commit | 5dba87cf3f35355c9f08fe6d972052c8d00bf71e (patch) | |
tree | d2a223b9a7dda01090b1245266f7493a577c451c /emacs | |
parent | feat: add a new snippet for org-mode (diff) | |
download | emacs.d-5dba87cf3f35355c9f08fe6d972052c8d00bf71e.tar.gz |
corfu: the function `corfu-global-mode` has been renamed
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) |