I have a running Doom Emacs configuration on my Linux machine.
On my Windows machine I applied roughly the same config, which works for the most part.
But whenever I try to install packages using install-package RET some-package-name RET
the process does not terminate and emacs freezes.
Waiting for some time fills up my ram.
The last message is Generating autoloads for ~/.emacs.d/.local/elpa/...
, where ... is an .el
file, sometimes it is the package I try to install, other times it is some other package.
So far, I had the same problem whatever package I tried to install.
Running doom doctor
reveals no problems.