branch: elpa/evil-exchange
commit 492c6f7ff0bd7e2d1316638fe2c7bfa49bb76439
Merge: 29bd39d942 d862e1c321
Author: Dewdrops <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #9 from sooheon/support-lispyville
Add support for lispyville
---
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)