tvl-depot/configs/shared/emacs/.emacs.d/elpa/docker-20180820.1130/docker-pkg.el
William Carroll 9da3ffee41 Update Emacs packages
This is a massive diff that I had to do in a hurry - when leaving
Urbint. I'm pretty sure that most of these are updating Emacs packages,
but I'm not positive.
2018-10-02 09:54:39 -04:00

18 lines
497 B
EmacsLisp

(define-package "docker" "20180820.1130" "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")
:authors
'(("Philippe Vaucher" . "philippe.vaucher@gmail.com"))
:maintainer
'("Philippe Vaucher" . "philippe.vaucher@gmail.com")
:url "https://github.com/Silex/docker.el")
;; Local Variables:
;; no-byte-compile: t
;; End: