I successfully installed Emacs and Prelude on my Windows 10 machine. I had the following error during the setup that was fixed by adding Emacs to the path:
Emacs not found. Skipping byte-compilation.
While the above issue was resolved (see comments) and Prelude finally found Emacs during installation, when I run emacs
or runemacs
commands, vanilla Emacs starts. Prelude is ignored.
When I try to start server using emacs --daemon
, all I see is the "Starting Emacs daemon." message and no other prelude-related loading messages.
How do I make Emacs start with Prelude?
I have no problems running Emacs with Prelude on Ubuntu or Linux Mint.