doomemacs/lisp/cli
Henrik Lissner 9b8ed397e8
feat!(cli): load project .doomrc instead of ci.el
BREAKING CHANGE: Before, 'doom ci' would load
$GIT_WORKING_TREE/.github/ci.el, to give users/projects an opportunity
to provide project-local configuration for bin/doom (mainly for CI/CD).
Now, this ci.el file is no longer loaded and instead, *all* bin/doom
sessions will walk up the file tree and load the first .doomrc it finds.

This gives bin/doom users a more general place configure all of its
commands, and not just 'doom ci' commands.

Extras:
- Adds .doomrc to auto-mode-alist (so that it starts in
  emacs-lisp-mode).
2022-08-07 19:43:28 +02:00
..
make
autoloads.el
ci.el feat!(cli): load project .doomrc instead of ci.el 2022-08-07 19:43:28 +02:00
compile.el
doctor.el
env.el
help.el
info.el
install.el
make.el feat(cli): generalize 'doom make codeowners' 2022-08-07 19:43:28 +02:00
packages.el refactor: replace doom-enlist with ensure-list 2022-08-07 19:43:13 +02:00
run.el
sync.el
test.el
upgrade.el fix(cli): more future resistant 'doom upgrade' 2022-07-31 00:58:36 +02:00