From 4b13c9c58215eeaa8570e6ab2efab2aec7289e5f Mon Sep 17 00:00:00 2001 From: apiraino Date: Sun, 16 Jun 2019 17:59:32 +0200 Subject: [PATCH] clarify install docs --- doc/installation.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index 0e74d67..ed4a43e 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -112,8 +112,11 @@ By default most of the modules that ship with Prelude are not loaded. For more i (require 'prelude-xml) ``` -You'll need to adjust your `prelude-modules.el` file once the -installation is done. If you are doing a manual install then you first +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. + +If you are doing a manual install then you first need to copy the `prelude-modules.el` available in the sample directory to the root of `path/to/prelude/installation` and then adjust that one.