aboutsummaryrefslogtreecommitdiffstats
path: root/publish.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-03-19 20:23:17 -0700
committerGravatar Tom Willemse2020-03-19 20:23:17 -0700
commit5c36c36465db93bd5e738d2b1a457c7310b585e8 (patch)
tree37ddd30a7d12150eb541a023ec0c2c218df84d29 /publish.el
parentc58e1e28fd11c96f2749b0a398e092d514869563 (diff)
downloadnew-ryuslash.org-5c36c36465db93bd5e738d2b1a457c7310b585e8.tar.gz
new-ryuslash.org-5c36c36465db93bd5e738d2b1a457c7310b585e8.zip
Add syntax highlighting for Dockerfile mode
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el1
1 files changed, 1 insertions, 0 deletions
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."