aboutsummaryrefslogtreecommitdiffstats
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/publish.el b/publish.el
index 305e8c3..24e2bf3 100644
--- a/publish.el
+++ b/publish.el
@@ -28,6 +28,9 @@
(require 'ox-rss)
(require 'subr-x)
(require 'dockerfile-mode)
+(require 'rainbow-delimiters)
+
+(add-hook 'prog-mode-hook 'rainbow-delimiters-mode)
(defun publish-calculate-reading-time (buffer)
"Calculate the amount of minutes it would take to read the contents of BUFFER."