mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
Use ox-rst when :lang rst is enabled
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
This commit is contained in:
@@ -58,3 +58,5 @@
|
|||||||
(when (featurep! +hugo)
|
(when (featurep! +hugo)
|
||||||
(package! ox-hugo
|
(package! ox-hugo
|
||||||
:recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t)))
|
:recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t)))
|
||||||
|
(when (featurep! :lang rst)
|
||||||
|
(package! ox-rst))
|
||||||
|
Reference in New Issue
Block a user