summaryrefslogtreecommitdiff
path: root/elpa/evil-20220510.2302/evil-pkg.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-05-17 07:07:37 -0400
committermattkae <mattkae@protonmail.com>2022-05-17 07:07:37 -0400
commitbecff06c71d277647eda4378203d03ab36e141eb (patch)
treea1f73bba3676f34e0faf76764f5de963321f5576 /elpa/evil-20220510.2302/evil-pkg.el
parent3f4a0d5370ae6c34afe180df96add3b8522f4af1 (diff)
Evil mode and latex support
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: