summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/init-compile.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-compile.el b/lisp/init-compile.el
index d05967a..199ab8b 100644
--- a/lisp/init-compile.el
+++ b/lisp/init-compile.el
@@ -6,3 +6,5 @@
(setq compilation-read-command nil)
:bind (("C-c m" . 'compile)))
+
+(provide 'init-compile)