doomemacs/core/test
Henrik Lissner a443d9ab07
Refactor doom-initialize-packages & package API
- Packages are initialized once, when package.el is first loaded, and
  must be updated manually via doom/reload-packages.
- Package->module association is now stored in the package's PLIST under
  :modules. This is an internal property and cannot be explicitly set
  through `package!'
- Add doom-package-list function
- Rename doom-get-packages to doom-find-packages
- Updated doom-find-packages' docstring
- Added the :core filter to doom-find-packages
- Simplified doom-initialize-packages
- doom/reload calls doom/reload-packages if necessary.
- Fix redundant properties in doom-packages
- Remove tracking of after!, def-package! and def-package-hook! blocks.
  Replaced with doom-package-list being able to see all packages, even
  in disabled modules.
- Add :built-in property to package! for dummy packages. This is
  important so that doom/describe-package can see built-in packages.
2019-03-08 04:25:44 -05:00
..
test-autoload-buffers.el
test-autoload-files.el Refactor quiet! to be less destructive 2018-09-28 21:13:27 -04:00
test-autoload-help.el
test-autoload-message.el
test-autoload-package.el Refactor doom-initialize-packages & package API 2019-03-08 04:25:44 -05:00
test-core-keybinds.el Refactor doom-initialize & bootstrap in core.el 2019-03-08 02:37:32 -05:00
test-core-lib.el Refactor doom-initialize & bootstrap in core.el 2019-03-08 02:37:32 -05:00
test-core-modules.el Refactor doom-initialize & bootstrap in core.el 2019-03-08 02:37:32 -05:00
test-core-packages.el
test-core-projects.el Update doom-project-root test 2018-09-28 21:25:32 -04:00
test-core-ui.el Refactor doom-initialize & bootstrap in core.el 2019-03-08 02:37:32 -05:00
test-core.el Rewrite switch-{buffer,window} hooks 2019-03-08 02:37:33 -05:00