branch: elpa/evil-matchit
commit 05f80aacf21bc2ffb918b3214b0077a163afce90
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>
Declare package dependency on evil, improve package description
---
evil-matchit.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/evil-matchit.el b/evil-matchit.el
index 3de68369c6..dc0544a9be 100644
--- a/evil-matchit.el
+++ b/evil-matchit.el
@@ -1,4 +1,4 @@
-;;; evil-matchit --- Vim matchit ported into Emacs (requires EVIL)
+;;; evil-matchit --- Vim matchit ported to Evil
;; Copyright (C) 2013 Chen Bin
@@ -6,6 +6,7 @@
;; URL: http://github.com/redguardtoo/evil-matchit
;; Version: 0.0.3
;; Keywords: matchit vim evil
+;; Package-Requires: ((evil "1.0.7"))
;;
;; This file is not part of GNU Emacs.
@@ -185,4 +186,4 @@
(provide 'evil-matchit)
-;;; evil-matchit.el ends here
\ No newline at end of file
+;;; evil-matchit.el ends here