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, 0 insertions, 12 deletions
diff --git a/elpa/evil-20220510.2302/evil-pkg.el b/elpa/evil-20220510.2302/evil-pkg.el
deleted file mode 100644
index f08aee4..0000000
--- a/elpa/evil-20220510.2302/evil-pkg.el
+++ /dev/null
@@ -1,12 +0,0 @@
-(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: