add htmlize package to enable syntax highlight in export html

This commit is contained in:
Zhe Cao 2015-04-21 14:50:21 +09:00 committed by syl20bnr
parent e1d3f5adb2
commit 2ab2725b2d
1 changed files with 5 additions and 0 deletions

View File

@ -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))