diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-26 16:46:38 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-27 06:48:49 -0700 |
commit | 71ae6024855d4d2c60621cb12fbf00e0815e3918 (patch) | |
tree | f8e298747b64005aca282f24c144afedabff83b4 | |
parent | fix(prog): configure eglot for buffer formatting (diff) | |
download | emacs.d-71ae6024855d4d2c60621cb12fbf00e0815e3918.tar.gz |
fix(completion): load explicitly consult
If I don't do this for some reasons now I can't rely on functions like `consult-buffer'. Change-Id: Iee6a051d66a9903bc3bebdc5762180f8816a5427 Reviewed-on: https://cl.fcuny.net/c/emacs.d/+/582 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
-rw-r--r-- | emacs/custom/my-completion.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/my-completion.el b/emacs/custom/my-completion.el index ad4d936..818355b 100644 --- a/emacs/custom/my-completion.el +++ b/emacs/custom/my-completion.el @@ -8,6 +8,7 @@ (require 'vertico-multiform) (require 'marginalia) (require 'corfu) +(require 'consult) (setq vertico-multiform-categories '((consult-grep buffer))) |