Variable: package-quickstart-file

package-quickstart-file is a customizable variable defined in package.el.gz.

Value

"~/.emacs.d/package-quickstart.el"

Documentation

Location of the file used to speed up activation of packages at startup.

This variable was added, or its default value changed, in Emacs 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/package.el.gz
;;;###autoload
(defcustom package-quickstart-file
  (locate-user-emacs-file "package-quickstart.el")
  "Location of the file used to speed up activation of packages at startup."
  :type 'file
  :group 'applications
  :initialize #'custom-initialize-delay
  :version "27.1")