diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2012-10-19 15:03:46 -0700 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2012-10-19 15:03:46 -0700 |
| commit | 77ad77ad67353483f1a0eb9675330714cae3ccac (patch) | |
| tree | 1ce9418f1a31f2617e039f2ddf678dc70272c1b4 | |
| parent | 27c4b9daef2ed84949a46fe4bfa2d483fb86931a (diff) | |
| parent | a3183eff1a8ec3c53d32c19cbfce465a91781472 (diff) | |
Merge pull request #32 from Tass/patch-1
Typo fix in README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |
