diff options
| author | Tim Harper <timcharper@gmail.com> | 2016-05-01 18:04:27 -0600 |
|---|---|---|
| committer | Tim Harper <timcharper@gmail.com> | 2016-05-01 18:04:27 -0600 |
| commit | 37a5f9e8d79a8990be695f7682a63a158530b697 (patch) | |
| tree | 0a3739d11a12d4415d812672062dea8fed8e7b79 | |
| parent | a4a04c6f016528502f0d7d05ea7a8c6c0912e3ed (diff) | |
| parent | 966dc25c96fa7c48ea9c2bc0887c46f21b46dde8 (diff) | |
Merge pull request #77 from cute-jumper/master
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 |
