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.

18 lines
537 B

  1. (define-package "docker" "1.3.0" "Emacs interface to Docker"
  2. '((emacs "24.5")
  3. (dash "2.14.1")
  4. (docker-tramp "0.1")
  5. (magit-popup "2.12.4")
  6. (s "1.12.0")
  7. (tablist "0.70")
  8. (json-mode "1.7.0"))
  9. :commit "e127a157f8d0d9ffd465075ecf6558f36d2d3b24" :keywords
  10. ("filename" "convenience")
  11. :authors
  12. (("Philippe Vaucher" . "philippe.vaucher@gmail.com"))
  13. :maintainer
  14. ("Philippe Vaucher" . "philippe.vaucher@gmail.com")
  15. :url "https://github.com/Silex/docker.el")
  16. ;; Local Variables:
  17. ;; no-byte-compile: t
  18. ;; End: