aboutsummaryrefslogtreecommitdiff
path: root/evil-pkg.el
diff options
context:
space:
mode:
Diffstat (limited to 'evil-pkg.el')
-rw-r--r--evil-pkg.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/evil-pkg.el b/evil-pkg.el
index 0ab78cb..8a170ae 100644
--- a/evil-pkg.el
+++ b/evil-pkg.el
@@ -1,7 +1,9 @@
(define-package
"evil"
"1.15.0"
- "Extensible Vi layer for Emacs."
+ "Extensible vi layer"
'((emacs "24.1")
(goto-chg "1.6")
- (cl-lib "0.5")))
+ (cl-lib "0.5"))
+ :url "https://github.com/emacs-evil/evil"
+ :keywords '("emulations"))