lang/org: fix html export by installing htmlize package

This commit is contained in:
Henrik Lissner 2018-01-31 14:32:52 -05:00
parent 4dbca5b21f
commit 32754a6d07
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -20,7 +20,8 @@
(package! ob-translate))
(when (featurep! +export)
(package! ox-pandoc))
(package! ox-pandoc)
(package! htmlize))
(when (featurep! +present)
(package! centered-window :recipe (:fetcher github :repo "anler/centered-window-mode"))