9da3ffee41
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.
13 lines
406 B
EmacsLisp
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:
|