summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Gonzalez <romanandreg@gmail.com>2012-10-06 18:31:34 -0700
committerRoman Gonzalez <romanandreg@gmail.com>2012-10-06 18:31:34 -0700
commitca1b6f67d9665fac2a029b7dee9132f6f8de71c0 (patch)
tree7d38bfc01fe4c192d09abad901e61fec15165955
parent0f1dd0782e092310725bd7d9dbd9ea23e8178b51 (diff)
Updating README format
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index cb1d7f4..d520c12 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-= evil-paredit
+# evil-paredit
This package helps you to not screw up your paredit setup when using evil-mode.
@@ -6,11 +6,11 @@ In order to accomplish this whenever you try to use a modifier command
like "d, c, y", to modify the paredit buffer, it will stop you to do
so in the case you break the parity of parenthesis.
-== Installation
+## Installation
Install via [el-get](https://github.com/dimitri/el-get/)
-== Setup
+## Setup
```elisp
(add-hook 'emacs-lisp-mode-hook 'evil-paredit-mode)