What did you expect to happen?
I expected that on a clean install of doom (ie doom install && doom sync with a "fresh" ~/.emacs.d/) the literate config in $DOOMDIR would be seen, tangled, and then used -- if not in the doom install at least in the doom sync.
What actually happened?
When I ran doom install it created new config files (init.el, config.el, packages.el) and used those as my config. Then on running doom sync the literate config was ignored.
Describe your attempts to resolve the issue
I was able to "bootstrap" the literate config by modifying the stock init.el. I added :config literate and then reran doom sync (actually did a SPC-h-r-r).
Steps to reproduce
- Clean slate (either a new computer with no
~/.emacs.d/ or run rm -rf ~/.emacs.d
- Clone Doom EMacs
doom install
doom sync
emacs
- Be surprised by your missing configuration.
System Information
https://pastebin.com/jCnJRwCA
What did you expect to happen?
I expected that on a clean install of doom (ie
doom install && doom syncwith a "fresh"~/.emacs.d/) the literate config in$DOOMDIRwould be seen, tangled, and then used -- if not in thedoom installat least in thedoom sync.What actually happened?
When I ran
doom installit created new config files (init.el,config.el,packages.el) and used those as my config. Then on runningdoom syncthe literate config was ignored.Describe your attempts to resolve the issue
I was able to "bootstrap" the literate config by modifying the stock
init.el. I added:config literateand then rerandoom sync(actually did aSPC-h-r-r).Steps to reproduce
~/.emacs.d/or runrm -rf ~/.emacs.ddoom installdoom syncemacsSystem Information
https://pastebin.com/jCnJRwCA