From 14a6b92ad69663d1ce72fbfbf6321027e0bf0068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20J=2E=20P=C3=A9rez=20Irizarry?= Date: Mon, 15 Apr 2013 11:24:43 -0400 Subject: [PATCH] Makes README more clear about prelude-modules.el during manual install. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0466e02..cd2918a 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ By default most of the modules that ship with Prelude are not loaded. (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 `require` expression with C-x C-e.