From ac01f235cc980fc2918dd690c1fb9212fd3793d5 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 17 Feb 2012 18:32:55 +0200 Subject: [PATCH] minor additions to the README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c97ccb4..bf07031 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ The following list will be expanded greatly in the future. * deft (note taking) * gist (snippet sharing on github.com) * groovy-mode +* expand-region * haml-mode * haskell-mode * magit (enhanced git integration) @@ -179,7 +180,8 @@ The following list will be expanded greatly in the future. ### Automated -You can install Emacs via the command line with either `curl` or `wget`. +You can install Emacs via the command line with either `curl` or +`wget`. Naturally `git` is also required. If you're using `curl` type the following command: @@ -273,6 +275,12 @@ you to receive automatic updates in the future. ## Caveats & Pitfalls +### Marmalade error on initial startup + +If you get some http connection error related to the Marmalade repo +just do a manual `M-x package-refresh-contents` and restart Emacs +afterwards. + ### No arrow navigation in editor buffers This is not a bug - it's a feature! I firmly believe that the one true @@ -312,4 +320,3 @@ I'll take a look at it. Cheers, Bozhidar -