tvl-depot/configs/shared/emacs/.emacs.d/elpa/docker-20180710.743/docker-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

14 lines
359 B
EmacsLisp

(define-package "docker" "20180710.743" "Emacs interface to Docker"
'((emacs "24.5")
(dash "2.14.1")
(docker-tramp "0.1")
(magit-popup "2.12.3")
(s "1.12.0")
(tablist "0.70")
(json-mode "1.7.0"))
:keywords
'("filename" "convenience")
:url "https://github.com/Silex/docker.el")
;; Local Variables:
;; no-byte-compile: t
;; End: