11 lines
283 B
EmacsLisp
11 lines
283 B
EmacsLisp
|
(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:
|