summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-docker.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2020-03-15 19:16:51 -0700
committerFranck Cuny <franck.cuny@gmail.com>2020-03-15 19:16:51 -0700
commit0e412e54873b6dd494921855dd93c3a56d56b260 (patch)
tree9f3445ea71ef7489ccde811e9d4a6063e836ca93 /emacs.d/custom/fcuny-docker.el
parentemacs: consolidate basic configuration (diff)
downloademacs.d-0e412e54873b6dd494921855dd93c3a56d56b260.tar.gz
emacs: consolidate configuration for conf-mode
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-docker.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs.d/custom/fcuny-docker.el b/emacs.d/custom/fcuny-docker.el
deleted file mode 100644
index be31098..0000000
--- a/emacs.d/custom/fcuny-docker.el
+++ /dev/null
@@ -1,5 +0,0 @@
-(use-package dockerfile-mode
-  :ensure t
-  :mode "Dockerfile[a-zA-Z.-]*\\'")
-
-(provide 'fcuny-docker)