Add docker module

This commit is contained in:
Ruslan Kamashev 2018-09-06 22:07:58 +03:00
parent 96bea9e9ad
commit 515ed02dfb
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,6 @@
;; -*- no-byte-compile: t; -*-
;;; tools/docker/packages.el
(package! docker)
(package! docker-tramp)
(package! dockerfile-mode)