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

  1. (define-package "docker-tramp" "0.1" "TRAMP integration for docker containers"
  2. '((emacs "24")
  3. (cl-lib "0.5"))
  4. :commit "d8b510365d8e65551f4f792f251e7212411708c3" :keywords
  5. ("docker" "convenience")
  6. :authors
  7. (("Mario Rodas" . "marsam@users.noreply.github.com"))
  8. :maintainer
  9. ("Mario Rodas" . "marsam@users.noreply.github.com")
  10. :url "https://github.com/emacs-pe/docker-tramp.el")
  11. ;; Local Variables:
  12. ;; no-byte-compile: t
  13. ;; End: