diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-conf.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-conf.el b/emacs/custom/fcuny-conf.el index 97d1d1f..3952c87 100644 --- a/emacs/custom/fcuny-conf.el +++ b/emacs/custom/fcuny-conf.el @@ -1,3 +1,5 @@ +(require 'fcuny-defuns) + (use-package dockerfile-mode :ensure t :mode "Dockerfile[a-zA-Z.-]*\\'") |