BREAKING CHANGE: This restructures the project in preparation for Doom to be split into two repos. Users that have reconfigured Doom's CLI stand a good chance of seeing breakage, especially if they've referred to any core-* feature, e.g. (after! core-cli-ci ...) To fix it, simply s/core-/doom-/, i.e. (after! doom-cli-ci ...) What this commit specifically changes is: - Renames all core features from core-* to doom-* - Moves core/core-* -> lisp/doom-* - Moves core/autoloads/* -> lisp/lib/* - Moves core/templates -> templates/ Ref: #4273
29 lines
889 B
Text
29 lines
889 B
Text
Please read through the following before you submit your issue.
|
|
|
|
+ [ ] Running `make` (then restarting Emacs) did not fix my issue
|
|
+ [ ] If I have byte-compiled, I've tried recompiling with `make compile`
|
|
+ [ ] If I changed the version of Emacs installed, I've recompiled by plugins
|
|
with `make compile-elpa`
|
|
+ [ ] I ran `make doctor` and it produced no leads
|
|
+ [ ] My issue cannot be found [on the wiki](/docs/troubleshoot.org)
|
|
+ [ ] I filled out the four fields in the template below
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
### Observed behavior
|
|
|
|
<!-- What happened -->
|
|
|
|
### Expected behavior
|
|
|
|
<!-- What *should* have happened -->
|
|
|
|
### Steps to reproduce
|
|
|
|
<!-- Tell us how to reproduce the issue in steps -->
|
|
|
|
### Extra details
|
|
|
|
<!-- Include backtraces & screenshots if possible -->
|
|
|
|
-------------------------------------------------------------------
|