Add docker file templates
This commit is contained in:
parent
9c04c66934
commit
f8f15fc024
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue