Variable: enable-completion

enable-completion is a customizable variable defined in completion.el.gz.

Value

t

Documentation

Non-nil means enable recording and saving of completions.

If nil, no new words are added to the database or saved to the init file.

Source Code

;; Defined in /usr/src/emacs/lisp/completion.el.gz
(defcustom enable-completion t
  "Non-nil means enable recording and saving of completions.
If nil, no new words are added to the database or saved to the init file."
  :type 'boolean)