Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
445 B

(define-package "docker-tramp" "0.1" "TRAMP integration for docker containers"
'((emacs "24")
(cl-lib "0.5"))
:commit "d8b510365d8e65551f4f792f251e7212411708c3" :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: