-
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.
Instead of replacing init.el in DOOMDIR with our init.el and loading the original from there, load our init.el from the profile init file (and explicitly from build-profile). Now that Doom loads the user init.el from the profile init file, this only slightly changes load order (it should just swap our init.el and the user init.el). Benefit for the user is that they can find their init.el normally using things like doom/find-file-in-private-config. Benefit for us is that init.el no longer gets anything substituted into it, it is loaded as-is.
- Loading branch information
Showing
3 changed files
with
21 additions
and
15 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