Merge branch 'master' of github.com:bbatsov/prelude

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
This commit is contained in:
Bozhidar Batsov 2013-04-21 10:02:04 +03:00
commit e30bd06521

View file

@ -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. 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>.