summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-10-02 14:51:54 -0700
committerFranck Cuny <franck@fcuny.net>2021-10-02 14:51:54 -0700
commitb1f93dd29322406b7824eae602a288e0940727d3 (patch)
tree4138134d5756fba4ade4e3f1012b3384ce450833 /emacs/custom
parentemacs: set variables if they exist (diff)
downloademacs.d-b1f93dd29322406b7824eae602a288e0940727d3.tar.gz
emacs: load the required module
Diffstat (limited to '')
-rw-r--r--emacs/custom/fcuny-conf.el2
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.-]*\\'")