From f8f15fc024e4ba3aa3d7466b1b183ab7dd7a5711 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 4 Feb 2016 18:53:46 -0500 Subject: [PATCH] Add docker file templates --- core/core-file-templates.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-file-templates.el b/core/core-file-templates.el index 6cd74c6a1..38b6390b8 100644 --- a/core/core-file-templates.el +++ b/core/core-file-templates.el @@ -22,6 +22,8 @@ (mapc 'auto-insert-template `(;; General ("/\\.gitignore$" "__" gitignore-mode) + ("/Dockerfile$" "__" dockerfile-mode) + ("/docker-compose.yml$" "__" yaml-mode) ;; C/C++ ("/Makefile$" "__" makefile-gmake-mode)