From b1f93dd29322406b7824eae602a288e0940727d3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 2 Oct 2021 14:51:54 -0700 Subject: emacs: load the required module --- emacs/custom/fcuny-conf.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/custom') 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.-]*\\'") -- cgit 1.4.1