mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add docker file templates
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user