* lisp/icomplete.el (icomplete-in-buffer): Make into a defcustom.
This commit is contained in:
parent
dff9657c6c
commit
682fb19dc3
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue