clarify install docs
This commit is contained in:
parent
2fc6ba95f3
commit
4b13c9c582
1 changed files with 5 additions and 2 deletions
|
@ -112,8 +112,11 @@ By default most of the modules that ship with Prelude are not loaded. For more i
|
||||||
(require 'prelude-xml)
|
(require 'prelude-xml)
|
||||||
```
|
```
|
||||||
|
|
||||||
You'll need to adjust your `prelude-modules.el` file once the
|
You'll need to adjust your `prelude-modules.el` file once the installation is done.
|
||||||
installation is done. If you are doing a manual install then you first
|
|
||||||
|
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
|
need to copy the `prelude-modules.el` available in the sample
|
||||||
directory to the root of `path/to/prelude/installation` and then
|
directory to the root of `path/to/prelude/installation` and then
|
||||||
adjust that one.
|
adjust that one.
|
||||||
|
|
Loading…
Reference in a new issue