docs(corfu): disabling auto-completion
Close: #7749 Co-authored-by: 45mg <45mg@users.noreply.github.com>
This commit is contained in:
parent
1176aaae0b
commit
1598444bd9
1 changed files with 8 additions and 0 deletions
|
@ -203,6 +203,14 @@ A few variables may be set to change behavior of this module:
|
||||||
Whether to enable Corfu in the minibuffer. See its documentation for
|
Whether to enable Corfu in the minibuffer. See its documentation for
|
||||||
additional tweaks.
|
additional tweaks.
|
||||||
|
|
||||||
|
** Turning off auto-completion
|
||||||
|
To disable idle (as-you-type) completion, unset ~corfu-auto~:
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
;;; in $DOOMDIR/config.el
|
||||||
|
(after! corfu
|
||||||
|
(setq corfu-auto nil))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Adding CAPFs to a mode
|
** Adding CAPFs to a mode
|
||||||
To add other CAPFs on a mode-per-mode basis, put either of the following in your
|
To add other CAPFs on a mode-per-mode basis, put either of the following in your
|
||||||
~config.el~:
|
~config.el~:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue