From 719db6dca7c5acf6ace50532ebfced308ce05e0b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 2 Jan 2016 15:22:02 -0500 Subject: [PATCH] readme: fix typo --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index acf6e3d47..e3bddedc8 100644 --- a/README.md +++ b/README.md @@ -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.