branch: elpa/evil-exchange
commit 31dad20db1943fe92b5fe726fa11685581e0aec3
Author: Dewdrops <[email protected]>
Commit: Dewdrops <[email protected]>
header fix
---
evil-exchange.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/evil-exchange.el b/evil-exchange.el
index 2a141a6b50..fe8a76dc9a 100644
--- a/evil-exchange.el
+++ b/evil-exchange.el
@@ -6,6 +6,7 @@
;; URL: http://github.com/Dewdrops/evil-exchange
;; Version: 0.1
;; Keywords: evil, plugin
+;; Package-Requires: ((evil "1.0.7"))
;; This file is NOT part of GNU Emacs.
@@ -39,8 +40,8 @@
;;; Code:
+(eval-when-compile (require 'cl))
(require 'evil)
-(require 'cl)
(defgroup evil-exchange nil
"Easy text exchange operator for Evil."