summaryrefslogtreecommitdiff
path: root/elpa/evil-20220510.2302/evil-pkg.el
blob: f08aee406851c660eb257e5d68eeaa4ea486cb8d (plain)
1
2
3
4
5
6
7
8
9
10
11
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: