branch: elpa/evil-exchange
commit ba64a66e2610b1c30c6018d2be5395e290e1bc27
Author: Dewdrops <[email protected]>
Commit: Dewdrops <[email protected]>
correct autoloads, try to fix #2
---
evil-exchange.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/evil-exchange.el b/evil-exchange.el
index 4aafb7713a..4d5aace105 100644
--- a/evil-exchange.el
+++ b/evil-exchange.el
@@ -64,6 +64,9 @@
(defvar evil-exchange-position nil "Text position which will be exchanged")
;;;###autoload
+(autoload 'evil-exchange "evil-exchange"
+ "Exchange text more easily within Evil" t)
+
(evil-define-operator evil-exchange (beg end type)
"Exchange two regions with evil motion."
:move-point nil