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 1/2] 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. From 6d87ee90de6e2f53cbf9fa2c20aeb58ea6b94266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20J=2E=20P=C3=A9rez=20Irizarry?= Date: Mon, 15 Apr 2013 11:28:31 -0400 Subject: [PATCH 2/2] Proper line breaks for new text --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd2918a..ad3af97 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,11 @@ 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. 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 `require` expression with C-x C-e.