doomemacs/core
Henrik Lissner e6c88e4384
Refactor autoloads generator & reduce to one generated file
We no longer need two separate autoloads files, so I merged them and
optimized its generation logic.

Other changes
- Doom will refuse to start up (with a helpful error) if it's in an
  incomplete state. This should hopefully reduce the number of bug
  reports from folks that have done something weird, e.g.
  1. You've changed Emacs versions without running 'doom sync -b'.
  2. You've updated Doom outside of `doom upgrade` and didn't run `doom
     sync -u`.
  3. You've forgotten to run 'doom sync' in the first place!
  4. If a previous 'doom ...' command was aborted midway without running
     'doom sync' afterwards.
- 'doom sync' will emit reminders that you need to reload/restart Emacs
- Autoloads API now uses the `doom-autoloads-` prefix, intead of
  'doom-cli-autoloads-', as will be the new convention in the coming
  rewrite.
- Errors from within the package autoloads should be easier to invoke
  the debugger on.
- `doom-modules` is now stored in your autoloads file. Your module list
  will soon be frozen between calls to 'doom sync' to allow for our new,
  atomic CLI I'm working on. This will also means the `doom!` block
  won't cost anything in interactive sessions.
2020-05-25 15:55:29 -04:00
..
autoload Refactor autoloads generator & reduce to one generated file 2020-05-25 15:55:29 -04:00
cli Refactor autoloads generator & reduce to one generated file 2020-05-25 15:55:29 -04:00
templates Update 'doom install' post-amble 2020-05-15 17:55:23 -04:00
test Rename doom-format lib -> doom-output 2020-05-25 15:55:29 -04:00
core-cli.el Refactor autoloads generator & reduce to one generated file 2020-05-25 15:55:29 -04:00
core-editor.el Change doom-{interactive,debug}-mode suffix to -p 2020-05-25 03:43:40 -04:00
core-keybinds.el Backport bits of CLI rewrite 2020-05-15 01:33:52 -04:00
core-lib.el Refactor autoloads generator & reduce to one generated file 2020-05-25 15:55:29 -04:00
core-modules.el Add magic cli.el in modules & refactor module init 2020-05-25 15:55:28 -04:00
core-packages.el Remove 'doom sync' from shell.nix 2020-05-25 15:55:28 -04:00
core-projects.el Change doom-{interactive,debug}-mode suffix to -p 2020-05-25 03:43:40 -04:00
core-ui.el Fix wrong-number-of-args error on doom-init-theme-h 2020-05-25 00:01:52 -04:00
core.el Refactor autoloads generator & reduce to one generated file 2020-05-25 15:55:29 -04:00
packages.el Bump :core 2020-05-22 23:58:00 +08:00