Skip to content

Commit

Permalink
README.md: remove unclear sentence (fix #82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarcasm committed Feb 4, 2014
1 parent 5f548a7 commit 5292b97
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Expand Up @@ -128,8 +128,8 @@ Configuration:
(defun my-c++-hooks ()
"Enable the hooks in the preferred order: 'yas -> auto-complete -> irony'."
;; if yas is not set before (auto-complete-mode 1), overlays may persist after
;; an expansion.
;; be cautious, if yas is not enabled before (auto-complete-mode 1), overlays
;; *may* persist after an expansion.
(yas/minor-mode-on)
(auto-complete-mode 1)
Expand All @@ -141,13 +141,6 @@ Configuration:
(add-hook 'c-mode-hook 'my-c++-hooks)
```

Please initialize your packages in the the following order unless you have a
reason not to:

1. `yas`
2. `ac`
3. `irony`

**Note:** If my fork of `auto-complete` is used you should be careful
to not have another installation of `auto-complete` or `popup` since
both of them are present in my fork.
Expand Down

0 comments on commit 5292b97

Please sign in to comment.