17ee0e400b
After moving off of Meta, Dotfiles has a greater responsibility to manage configs. Vim, Tmux, and Emacs are now within Stow's purview.
10 lines
283 B
EmacsLisp
10 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:
|