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