Variable: ecomplete-database-file
ecomplete-database-file is a customizable variable defined in
ecomplete.el.gz.
Value
"~/.emacs.d/ecompleterc"
Documentation
The name of the file to store the ecomplete data.
Probably introduced at or before Emacs version 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/ecomplete.el.gz
(defcustom ecomplete-database-file
(locate-user-emacs-file "ecompleterc" "~/.ecompleterc")
"The name of the file to store the ecomplete data."
:type 'file)