doomemacs/core/cli
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
..
autoloads.el Refactor autoloads generator & reduce to one generated file 2020-05-25 15:55:29 -04:00
byte-compile.el Change doom-{interactive,debug}-mode suffix to -p 2020-05-25 03:43:40 -04:00
debug.el Backport bits of CLI rewrite 2020-05-15 01:33:52 -04:00
doctor.el Rename doom-format lib -> doom-output 2020-05-25 15:55:29 -04:00
env.el Change doom-{interactive,debug}-mode suffix to -p 2020-05-25 03:43:40 -04:00
help.el cli/help: only show aliases if there are any 2019-12-05 19:34:09 -05:00
install.el Refactor autoloads generator & reduce to one generated file 2020-05-25 15:55:29 -04:00
packages.el Refactor autoloads generator & reduce to one generated file 2020-05-25 15:55:29 -04:00
test.el Refactor autoload generator bootstrappers 2020-01-01 13:31:40 -05:00
upgrade.el Refactor autoloads generator & reduce to one generated file 2020-05-25 15:55:29 -04:00