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

(define-package "docker" "1.3.0" "Emacs interface to Docker"
'((emacs "24.5")
(dash "2.14.1")
(docker-tramp "0.1")
(magit-popup "2.12.4")
(s "1.12.0")
(tablist "0.70")
(json-mode "1.7.0"))
:commit "e127a157f8d0d9ffd465075ecf6558f36d2d3b24" :keywords
("filename" "convenience")
:authors
(("Philippe Vaucher" . "philippe.vaucher@gmail.com"))
:maintainer
("Philippe Vaucher" . "philippe.vaucher@gmail.com")
:url "https://github.com/Silex/docker.el")
;; Local Variables:
;; no-byte-compile: t
;; End: