summaryrefslogtreecommitdiff
path: root/elpa/evil-20220510.2302/evil-pkg.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/evil-20220510.2302/evil-pkg.el')
-rw-r--r--elpa/evil-20220510.2302/evil-pkg.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/elpa/evil-20220510.2302/evil-pkg.el b/elpa/evil-20220510.2302/evil-pkg.el
new file mode 100644
index 0000000..f08aee4
--- /dev/null
+++ b/elpa/evil-20220510.2302/evil-pkg.el
@@ -0,0 +1,12 @@
+(define-package "evil" "20220510.2302" "Extensible Vi layer for Emacs."
+ '((emacs "24.1")
+ (goto-chg "1.6")
+ (cl-lib "0.5"))
+ :commit "5a9cfbc443219c4063b17853b7828ec0a00d2736" :maintainer
+ '("Tom Dalziel" . "tom.dalziel@gmail.com")
+ :keywords
+ '("emulation" "vim")
+ :url "https://github.com/emacs-evil/evil")
+;; Local Variables:
+;; no-byte-compile: t
+;; End: