blob: 2482877cdad71fd98f553c4f344a5c4807c2c3c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
(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:
|