diff options
| author | Junpeng Qiu <qjpchmail@gmail.com> | 2016-04-26 16:49:03 -0400 |
|---|---|---|
| committer | Junpeng Qiu <qjpchmail@gmail.com> | 2016-04-26 16:54:43 -0400 |
| commit | 966dc25c96fa7c48ea9c2bc0887c46f21b46dde8 (patch) | |
| tree | 0a3739d11a12d4415d812672062dea8fed8e7b79 | |
| parent | a4a04c6f016528502f0d7d05ea7a8c6c0912e3ed (diff) | |
Add missing evil package dependency
| -rwxr-xr-x | evil-surround.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/evil-surround.el b/evil-surround.el index d18af37..06f694e 100755 --- a/evil-surround.el +++ b/evil-surround.el @@ -10,6 +10,7 @@ ;; Maintainer: Please send bug reports to the mailing list (below). ;; Created: July 23 2011 ;; Version: 0.1 +;; Package-Requires: ((evil "1.2.12")) ;; Keywords: emulation, vi, evil ;; Mailing list: <implementations-list at lists.ourproject.org> ;; Subscribe: http://tinyurl.com/implementations-list |
