mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
lang/org: fix html export by installing htmlize package
This commit is contained in:
@@ -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"))
|
||||
|
Reference in New Issue
Block a user