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

13 lines
406 B
EmacsLisp

(define-package "docker-tramp" "20170207.325" "TRAMP integration for docker containers"
'((emacs "24")
(cl-lib "0.5"))
:keywords
'("docker" "convenience")
:authors
'(("Mario Rodas" . "marsam@users.noreply.github.com"))
:maintainer
'("Mario Rodas" . "marsam@users.noreply.github.com")
:url "https://github.com/emacs-pe/docker-tramp.el")
;; Local Variables:
;; no-byte-compile: t
;; End: