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