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
|
(mapc 'auto-insert-template
|
||||||
`(;; General
|
`(;; General
|
||||||
("/\\.gitignore$" "__" gitignore-mode)
|
("/\\.gitignore$" "__" gitignore-mode)
|
||||||
|
("/Dockerfile$" "__" dockerfile-mode)
|
||||||
|
("/docker-compose.yml$" "__" yaml-mode)
|
||||||
|
|
||||||
;; C/C++
|
;; C/C++
|
||||||
("/Makefile$" "__" makefile-gmake-mode)
|
("/Makefile$" "__" makefile-gmake-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue