doomemacs/core/cli
Henrik Lissner 5af38fb08e
feat: make bin/doom profile aware
- Fixes Doom's former inability to (trivially) juggle multiple profiles
  based on the same EMACSDIR (see #6593).
- Adds '--profile NAME' switch to bin/doom (also recognized
  $DOOMPROFILE).
- Adds new doom-profile* variables. These will eventually replace
  doom-{local,etc,cache}-dir and doom-{autoloads,env}-file.

This is intentionally messy to ensure backwards compatibility for a
little while longer. This will be fixed over the next couple weeks.

Ref: #6593
2022-07-28 12:01:02 +02:00
..
make refactor(cli): remove :stub, :obsolete, :deprecated, :since 2022-06-22 23:04:14 +02:00
autoloads.el refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
ci.el refactor(cli): remove :stub, :obsolete, :deprecated, :since 2022-06-22 23:04:14 +02:00
compile.el refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
doctor.el fix: remove outdated uses of user-emacs-directory 2022-07-04 02:58:11 +02:00
env.el refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
help.el fix(cli): display global options in --help output 2022-07-04 18:44:01 +02:00
info.el refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
install.el fix(cli): void-function doom-packages-install error on 'doom install' 2022-06-19 03:00:10 +02:00
make.el refactor(cli): remove :stub, :obsolete, :deprecated, :since 2022-06-22 23:04:14 +02:00
packages.el refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
run.el refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
sync.el feat: make bin/doom profile aware 2022-07-28 12:01:02 +02:00
test.el refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
upgrade.el fix(cli): void-function doom-clean-byte-compiled-files on 'doom upgrade' 2022-06-19 12:08:24 +02:00