File: package-activate.el.html
This file contains the core definitions of package.el used to activate packages at startup, as well as other functions that are useful without having to load the entirety of package.el.
Note that the contents of this file are preloaded!
Defined variables (12)
package--activated | Non-nil if ‘package-activate-all’ has been run. |
package--autosuggest-database | A list of package suggestions. |
package--autosuggest-suggested | List of packages that have already been suggested. |
package--builtins | Alist of built-in packages. |
package--quickstart-pkgs | If set to a list, we’re computing the set of pkgs to activate. |
package-activated-list | List of the names of currently activated packages. |
package-alist | Alist of all packages available for activation. |
package-autosuggest-mode | Non-nil if Package-Autosuggest mode is enabled. |
package-autosuggest-mode-hook | Hook run after entering or leaving ‘package-autosuggest-mode’. |
package-autosuggest-once | Non-nil means show automatic suggestion for each package only once. |
package-autosuggest-style | Style of showing suggestions of ‘package-autosuggest-mode’. |
package-load-list | List of packages for ‘package-activate-all’ to make available. |