branch: elpa/evil-exchange
commit d862e1c321df65dee9c2334bd7322aa6f6055f49
Author: sooheon <[email protected]>
Commit: sooheon <[email protected]>
Add support for lispyville
It is a paren-wrangling minor mode for evil, an alternative to
cleverparens.
---
evil-exchange.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/evil-exchange.el b/evil-exchange.el
index 014e6b32d9..49aa34b85b 100644
--- a/evil-exchange.el
+++ b/evil-exchange.el
@@ -184,7 +184,7 @@
(defun evil-exchange/cx ()
(interactive)
- (when (memq evil-this-operator '(evil-change evil-cp-change))
+ (when (memq evil-this-operator '(evil-change evil-cp-change
lispyville-change))
(setq evil-inhibit-operator t)
(define-key evil-operator-shortcut-map "c" 'evil-exchange-cancel)
(call-interactively #'evil-exchange)