branch: master
commit 6c65a626456ebc9e600f716bf0bee760bfa94d04
Author: João Távora <joaotav...@gmail.com>
Commit: João Távora <joaotav...@gmail.com>

    * README.rst (Usage): fix rst formatting
---
 README.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index 3a8c1f5..5caa477 100644
--- a/README.rst
+++ b/README.rst
@@ -64,9 +64,9 @@ makes ``M-x ack`` insert a ``git|hg|bzr grep`` template if 
searching
 from a project root. Then it will try to insert the symbol at point.
 
 .. code-block:: lisp
-   (add-hook 'ack-minibuffer-setup-hook 'ack-skel-vc-grep t)
-   (add-hook 'ack-minibuffer-setup-hook 'ack-yank-symbol-at-point t)
-                
+
+  (add-hook 'ack-minibuffer-setup-hook 'ack-skel-vc-grep t)
+  (add-hook 'ack-minibuffer-setup-hook 'ack-yank-symbol-at-point t)
 
 Emacs23
 -------

Reply via email to