prelude icon indicating copy to clipboard operation
prelude copied to clipboard

installation with curl either not working or out of sync with docs.

Open iainctduncan opened this issue 1 year ago • 1 comments

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

iainctduncan avatar Jan 15 '23 17:01 iainctduncan