tvl-depot/configs/shared/emacs/.emacs.d/elpa/evil-collection-20180913.209/evil-collection-pkg.el
William Carroll 9da3ffee41 Update Emacs packages
This is a massive diff that I had to do in a hurry - when leaving
Urbint. I'm pretty sure that most of these are updating Emacs packages,
but I'm not positive.
2018-10-02 09:54:39 -04:00

14 lines
398 B
EmacsLisp

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