aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2012-10-19 15:03:46 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2012-10-19 15:03:46 -0700
commit77ad77ad67353483f1a0eb9675330714cae3ccac (patch)
tree1ce9418f1a31f2617e039f2ddf678dc70272c1b4
parent27c4b9daef2ed84949a46fe4bfa2d483fb86931a (diff)
parenta3183eff1a8ec3c53d32c19cbfce465a91781472 (diff)
Merge pull request #32 from Tass/patch-1
Typo fix in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f7245b6..d38bb86 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ You can enable projectile globally like this:
To enable projectile only in select modes:
```lisp
-(add-hook 'ruby-mode-hook 'projectile-on)))
+(add-hook 'ruby-mode-hook 'projectile-on)
```
Since indexing a big project is not exactly quick in Emacs Lisp,