-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Doom, adjusting to initializating changes
Doom refactored its initialization, requiring some non-trivial changes on our side to adapt: - It now locates the profile init file by calling `doom-profile-init-file` instead of looking at `doom-profile-dir`, and loads the doom-user-dir's init.el from the profile init file instead of immediately before it. This means we need to move our advice of `doom-profile-init-file` into the profile loader to install it early enough (and rewrite it because its signature changed). Most of these changes are in commit 8cafbe4408e7d6c68947a2066e5837379d0983c1 to Doom. - The interface of profile generators changed (in commit b3aa41fd74241459bf1298b50bc3f39840236c1c to Doom). - Some smaller changes to things like initialization order of straight. These changes seem to be sufficient to make Unstraightened work again, but they are subtle: I may have broken something. This updates Doom to right before the next package bump. I tried updating in stages, but ran into errors difficult to debug without updating Doom to at least 0f556345fdfdc4e5bcc6bb023877bf9a0f203dae. That pulls in almost all refactoring, so it made more sense to pull in further fixes and the final refactor affecting me (the second signature change to `doom-profile-init-file` in 87a024ee9070dbfaf39322e1bd45eac4c9597a26) as well.
- Loading branch information
Showing
6 changed files
with
82 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters