From d28f217b93603aa3da4abc0e1f406f672ac62487 Mon Sep 17 00:00:00 2001 From: StrawberryTea Date: Mon, 19 Feb 2024 18:19:00 -0600 Subject: [PATCH] doc(corfu): document +corfu-want-C-x-bindings --- modules/completion/corfu/README.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/completion/corfu/README.org b/modules/completion/corfu/README.org index 642d83cb2..4842da058 100644 --- a/modules/completion/corfu/README.org +++ b/modules/completion/corfu/README.org @@ -195,8 +195,11 @@ A few variables may be set to change behavior of this module: recommended to leave it at that. Otherwise, single matches on snippet keys expand immediately. - [[var:+corfu-buffer-scanning-size-limit]] :: - Sets the maximum buffer size to be scanned by ~cape-dabbrev~. Defaults to 1 + Sets the maximum buffer size to be scanned by ~cape-dabbrev~. Defaults to 1 MB. Set this if you are having performance problems using the CAPF. +- [[var:+corfu-want-C-x-bindings]] :: + Enables autocompletion backends to be bound under the ~C-x~ prefix. This + overrides some built-in Emacs keybindings. ** Adding CAPFs to a mode To add other CAPFs on a mode-per-mode basis, put either of the following in your