17ee0e400b
After moving off of Meta, Dotfiles has a greater responsibility to manage configs. Vim, Tmux, and Emacs are now within Stow's purview.
14 lines
359 B
EmacsLisp
14 lines
359 B
EmacsLisp
(define-package "docker" "20180710.743" "Emacs interface to Docker"
|
|
'((emacs "24.5")
|
|
(dash "2.14.1")
|
|
(docker-tramp "0.1")
|
|
(magit-popup "2.12.3")
|
|
(s "1.12.0")
|
|
(tablist "0.70")
|
|
(json-mode "1.7.0"))
|
|
:keywords
|
|
'("filename" "convenience")
|
|
:url "https://github.com/Silex/docker.el")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|