tvl-depot/configs/shared/emacs/.emacs.d/elpa/evil-collection-20180720.526/evil-collection-pkg.el
William Carroll 17ee0e400b Support Vim, Tmux, Emacs with Stow
After moving off of Meta, Dotfiles has a greater responsibility to
manage configs. Vim, Tmux, and Emacs are now within Stow's purview.
2018-09-10 14:53:23 -04:00

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: