blob: 2593f0c39d7cb59bfbc2d97b003ebae0aa256175 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
(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:
|