readme: fix typo

This commit is contained in:
Henrik Lissner 2016-01-02 15:22:02 -05:00
parent 6527f789f3
commit 719db6dca7

View file

@ -59,9 +59,10 @@ just stubborn. Here is a little of what to expect from NARF:
### Advanced
* **Popup control with Shackle**: I've gone through lengths tame popups with Shackle
(popwin was unstable and slow), that includes: Helm, vc-annotate, quickrun, neotree,
org-mode--and more! It works well. It's not perfect, but it's getting there.
* **Popup control with Shackle**: I've gone through lengths to tame popups in Emacs with
Shackle (popwin was unstable and slow), that includes popups made by: Helm,
vc-annotate, quickrun, neotree, \*messages\*, org-mode--and more! It works well. It's
not perfect, but it's getting there.
* **Ex compatibility**: I've given quite a few plugins an Ex interface. For instance,
`helm-ag` can be used via `:ag [KEYWORDS]`, or `align-regexp` via `:align [regexp]`.
See [my-commands.el](private/my-commands.el) for others.