lang/org: fix html export by installing htmlize package
This commit is contained in:
parent
4dbca5b21f
commit
32754a6d07
1 changed files with 2 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue