tvl-depot/configs/shared/emacs/.emacs.d/elpa/evil-collection-20180720.526/evil-collection-pkg.el

11 lines
283 B
EmacsLisp
Raw Normal View History

(define-package "evil-collection" "20180720.526" "A set of keybindings for Evil mode"
'((emacs "25.1")
(cl-lib "0.5")
(evil "1.2.13"))
:keywords
'("evil" "tools")
:url "https://github.com/emacs-evil/evil-collection")
;; Local Variables:
;; no-byte-compile: t
;; End: