Skip to content

Commit

Permalink
add htmlize package to enable syntax highlight in export html
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhe Cao authored and syl20bnr committed May 10, 2015
1 parent e1d3f5a commit 2ab2725
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/org/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
org-pomodoro
org-repo-todo
ox-gfm
htmlize
))

(setq org-excluded-packages
Expand Down Expand Up @@ -143,3 +144,7 @@
(defun org/init-ox-gfm ()
(use-package ox-gfm
:defer t))

(defun org/init-htmlize ()
(use-package htmlize
:defer t))

0 comments on commit 2ab2725

Please sign in to comment.