diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-02 14:51:54 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-10-02 14:51:54 -0700 |
commit | b1f93dd29322406b7824eae602a288e0940727d3 (patch) | |
tree | 4138134d5756fba4ade4e3f1012b3384ce450833 /emacs | |
parent | emacs: set variables if they exist (diff) | |
download | emacs.d-b1f93dd29322406b7824eae602a288e0940727d3.tar.gz |
emacs: load the required module
Diffstat (limited to 'emacs')
-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.-]*\\'") |