* lisp/icomplete.el (icomplete-in-buffer): Make into a defcustom.

This commit is contained in:
Sean Whitton 2023-03-03 19:17:40 -07:00
parent dff9657c6c
commit 682fb19dc3

View file

@ -137,10 +137,11 @@ See `icomplete-delay-completions-threshold'."
"Maximum number of initial chars to apply `icomplete-compute-delay'."
:type 'integer)
(defvar icomplete-in-buffer nil
(defcustom icomplete-in-buffer nil
"If non-nil, also use Icomplete when completing in non-mini buffers.
This affects commands like `completion-in-region', but not commands
that use their own completions setup.")
that use their own completions setup."
:type 'boolean)
(defcustom icomplete-minibuffer-setup-hook nil
"Icomplete-specific customization of minibuffer setup.