9da3ffee41
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.
14 lines
398 B
EmacsLisp
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:
|