mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-15 23:00:52 -08:00
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). |
||
|---|---|---|
| .. | ||
| cli | ||
| lib | ||
| doom-cli-lib.el | ||
| doom-cli.el | ||
| doom-editor.el | ||
| doom-keybinds.el | ||
| doom-lib.el | ||
| doom-modules.el | ||
| doom-packages.el | ||
| doom-projects.el | ||
| doom-start.el | ||
| doom-ui.el | ||
| doom.el | ||
| packages.el | ||