about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/elpa/evil-20180912.957/evil-pkg.el
blob: b26f27e1017149fdc2976ed32aad5812601b99a1 (plain) (blame)
1
2
3
4
5
6
7
8
(define-package "evil" "20180912.957" "Extensible Vi layer for Emacs."
  '((emacs "24.1")
    (undo-tree "0.6.3")
    (goto-chg "1.6")
    (cl-lib "0.5")))
;; Local Variables:
;; no-byte-compile: t
;; End: