doomemacs/core
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
..
autoload Refactor doom-initialize-packages & package API 2019-03-08 04:25:44 -05:00
cli Refactor doom-initialize-packages & package API 2019-03-08 04:25:44 -05:00
templates
test Refactor doom-initialize-packages & package API 2019-03-08 04:25:44 -05:00
core-cli.el
core-editor.el Rewrite switch-{buffer,window} hooks 2019-03-08 02:37:33 -05:00
core-keybinds.el Optimize general integration 2019-03-08 02:37:33 -05:00
core-lib.el Refactor doom-initialize-packages & package API 2019-03-08 04:25:44 -05:00
core-modules.el Refactor doom-initialize-packages & package API 2019-03-08 04:25:44 -05:00
core-os.el Add xclip.el for tty clipboard support 2019-03-08 02:34:26 -05:00
core-packages.el Refactor doom-initialize-packages & package API 2019-03-08 04:25:44 -05:00
core-projects.el General refactor of Doom core 2019-03-02 01:34:19 -05:00
core-ui.el Defer doom|disable-whitespace-mode-in-childframes 2019-03-08 02:37:34 -05:00
core.el Refactor module init hooks 2019-03-08 02:37:33 -05:00
packages.el Add xclip.el for tty clipboard support 2019-03-08 02:34:26 -05:00