installation with curl either not working or out of sync with docs.
iainctduncan opened this issue · 1 comments
iainctduncan commented
Expected behavior
- installing with curl on osx creates personal directory with file prelude-modules.el as per this page: https://prelude.emacsredux.com/en/latest/installation/
- from the docs:
"You'll need to adjust your prelude-modules.el file once the installation is done.
In case of an automated installation, you'll find this file in the personal directory of your Emacs installation."
Actual behavior
- contents of .emacs.d/personal do not include the prelude-modules.el file
macbook:personal iainduncan$ find .
.
./.dir-locals.el
./.gitkeep
./custom.el
./preload
./preload/.gitkeep
Steps to reproduce the problem
Install prelude with:
$ curl -L https://github.com/bbatsov/prelude/raw/master/utils/installer.sh | sh
Environment & Version information
Emacs version
28.2, installed from mac binaries.
Operating system
Mac OS 10.15
danipoak commented
I'm running into the same problem on Linux. Operating system is openSUSE TW and emacs version 29.2. prelude-modules.el is missing.
I know I can create the file manually but I don't know what the complete list of modules are to copy over. Is the list found here in the docs complete? https://prelude.emacsredux.com/en/latest/installation/