From 4c91260e71a55a5f4ed624d866c8fdae16640c33 Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Tue, 24 Jan 2012 20:53:33 +0100 Subject: [PATCH] Updated readme. --- README.org => README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename README.org => README.md (96%) diff --git a/README.org b/README.md similarity index 96% rename from README.org rename to README.md index ccd20b9..5fcd122 100644 --- a/README.org +++ b/README.md @@ -1,10 +1,10 @@ -* multiple-cursors.el +# multiple-cursors.el An experiment in multiple cursors for emacs. Still very much in beta. The basic concept works, but there are definitely some kinks to work out. -** Usage +## Usage I've set up my key-bindings like so: @@ -15,7 +15,7 @@ I've set up my key-bindings like so: To get out of multiple-cursors-mode, press `C-g`. -** Contribute +## Contribute There's plenty wrong with this implementation still. I'm actively trying things out, and also considering combining it with @@ -29,7 +29,7 @@ You'll find the repo at: https://github.com/magnars/multiple-cursors.el -** License +## License Copyright (C) 2011 Magnar Sveen