branch: elpa/evil-indent-plus
commit 9df5754716a2ada8a6840ec59d2714b078d238c3
Author: Eivind Fonn <[email protected]>
Commit: Eivind Fonn <[email protected]>
Remove spurious paren
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 92023d1095..2559ca0f60 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ bindings (listed above). They are:
(define-key evil-inner-text-objects-map "I" 'evil-indent-plus-i-indent-up)
(define-key evil-outer-text-objects-map "I" 'evil-indent-plus-a-indent-up)
(define-key evil-inner-text-objects-map "J" 'evil-indent-plus-i-indent-up-down)
-(define-key evil-outer-text-objects-map "J"
'evil-indent-plus-a-indent-up-down))
+(define-key evil-outer-text-objects-map "J" 'evil-indent-plus-a-indent-up-down)
```
## Differences from evil-indent-textobject