aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cask1
-rw-r--r--publish.el1
2 files changed, 2 insertions, 0 deletions
diff --git a/Cask b/Cask
index a7cc9fd..740b660 100644
--- a/Cask
+++ b/Cask
@@ -2,5 +2,6 @@
(source melpa)
(source org)
+(depends-on "dockerfile-mode")
(depends-on "htmlize")
(depends-on "org-plus-contrib")
diff --git a/publish.el b/publish.el
index 652f064..3eaf785 100644
--- a/publish.el
+++ b/publish.el
@@ -27,6 +27,7 @@
(require 'ox-publish)
(require 'ox-rss)
(require 'subr-x)
+(require 'dockerfile-mode)
(defun publish-calculate-reading-time (buffer)
"Calculate the amount of minutes it would take to read the contents of BUFFER."