summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Johnson <andrew@andrewjamesjohnson.com>2016-09-23 11:27:25 -0400
committerAndrew Johnson <andrew@andrewjamesjohnson.com>2016-09-23 11:27:25 -0400
commit7cba66ac685f551909e000591eebf060a4eab396 (patch)
treeb586a710fe76c2b460ea99312bd6fc1c6af23d19
parent4622d12a859219667006eb4965582ab1d78077ee (diff)
Update readme to reference Melpa instead of Marmalade
-rw-r--r--README.md24
1 files changed, 9 insertions, 15 deletions
diff --git a/README.md b/README.md
index 111e768..ba9149e 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,15 @@
-# bar-cursor #
+# bar-cursor
-## Introduction ##
+## Introduction
-bar-cursor is an Emacs Lisp package that changes the Emacs cursor
-from a block into a bar. In overwrite-mode, the cursor will change
-into a block.
+bar-cursor is an Emacs Lisp package that changes the Emacs cursor from a block into a bar. In overwrite-mode, the cursor will change into a block.
-I forked bar-cursor from the file by Joseph L. Casadonte Jr. found on
-[his webpage](http://www.northbound-train.com/emacs.html#MyPackages).
+I forked bar-cursor from the file by Joseph L. Casadonte Jr. found on [his webpage](http://www.northbound-train.com/emacs.html#MyPackages).
-## Installation ##
+## Installation
-1. Place bar-cursor.el somewhere on your Emacs load path.
-2. Add (require 'bar-cursor) to your .emacs
-3. Add (bar-cursor-mode 1) to your .emacs
+1. Place `bar-cursor.el` somewhere on your Emacs load path.
+2. Add `(require 'bar-cursor)` to your .emacs
+3. Add `(bar-cursor-mode 1)` to your .emacs
-bar-cursor.el is also available in Marmalade. If you have
-package.el set up, simply run M-x package-install bar-cursor to
-install. See the [Marmalade page](http://marmalade-repo.org/) for
-setup instructions.
+`bar-cursor.el` is also available in Melpa. See the [setup instructions](https://github.com/melpa/melpa#usage) for information on using Melpa. Then you can run `M-x package-install bar-cursor` to install it.