summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-docker.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/custom/fcuny-docker.el')
-rw-r--r--emacs.d/custom/fcuny-docker.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-docker.el b/emacs.d/custom/fcuny-docker.el
new file mode 100644
index 0000000..be31098
--- /dev/null
+++ b/emacs.d/custom/fcuny-docker.el
@@ -0,0 +1,5 @@
+(use-package dockerfile-mode
+  :ensure t
+  :mode "Dockerfile[a-zA-Z.-]*\\'")
+
+(provide 'fcuny-docker)