doomemacs/core
Henrik Lissner 125561eb03
Refactor package! & package init system
- Reduces `package!`'s side-effects and moves them to
  `doom-initialize-packages`.
- Adds :pin to `package!` for commit pinning (but it hasn't been
  implemented just yet -- needs more testing)!
- Adds `doom-pinned-packages` variable
- Now overrides straight recipes using `straight-override-recipe`
  instead of in-house merging.
2019-12-24 00:02:50 -05:00
..
autoload Refactor package! & package init system 2019-12-24 00:02:50 -05:00
cli General comment revision & reformatting 2019-12-21 15:01:05 -05:00
templates Fix font-spec in config.el template 2019-12-20 12:09:05 -05:00
test Prevent errors when starting tests 2019-12-05 21:06:16 -05:00
core-cli.el Warn about reloading env from within Emacs on Windows 2019-12-15 21:53:26 -05:00
core-editor.el define-key! -> global-set-key 2019-12-24 00:00:40 -05:00
core-keybinds.el Minor refactor & comment/docstring revision 2019-10-26 23:44:28 -04:00
core-lib.el General refactors & comment revision 2019-12-19 14:51:34 -05:00
core-modules.el General refactors & reformatting 2019-12-20 00:59:52 -05:00
core-packages.el Refactor package! & package init system 2019-12-24 00:02:50 -05:00
core-projects.el Reduce number of projectile project root markers 2019-12-22 23:53:05 -05:00
core-ui.el Fix doom-init-menu-bar-in-gui-frames-h #2156 2019-12-22 00:37:33 -05:00
core.el Defer tty-run-terminal-initialization to window-setup-hook 2019-12-23 00:02:10 -05:00
packages.el Move gcmh from doom-core-packages to core/packages.el 2019-12-19 22:07:32 -05:00