From 2ab2725b2d79c253fa782ab14997792c862a5742 Mon Sep 17 00:00:00 2001 From: Zhe Cao Date: Tue, 21 Apr 2015 14:50:21 +0900 Subject: [PATCH] add htmlize package to enable syntax highlight in export html --- contrib/org/packages.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/org/packages.el b/contrib/org/packages.el index 996424306..83d8a1735 100644 --- a/contrib/org/packages.el +++ b/contrib/org/packages.el @@ -18,6 +18,7 @@ org-pomodoro org-repo-todo ox-gfm + htmlize )) (setq org-excluded-packages @@ -143,3 +144,7 @@ (defun org/init-ox-gfm () (use-package ox-gfm :defer t)) + +(defun org/init-htmlize () + (use-package htmlize + :defer t))