Proper line breaks for new text
This commit is contained in:
parent
14a6b92ad6
commit
6d87ee90de
1 changed files with 5 additions and 1 deletions
|
@ -135,7 +135,11 @@ By default most of the modules that ship with Prelude are not loaded.
|
||||||
(require 'prelude-xml)
|
(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 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.
|
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
|
||||||
|
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.
|
||||||
|
|
||||||
After you've uncommented a module you should either restart Emacs or evaluate the module
|
After you've uncommented a module you should either restart Emacs or evaluate the module
|
||||||
`require` expression with <kbd>C-x C-e</kbd>.
|
`require` expression with <kbd>C-x C-e</kbd>.
|
||||||
|
|
Loading…
Reference in a new issue