Use ox-rst when :lang rst is enabled
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
This commit is contained in:
parent
487b53ab5d
commit
ba11f046bf
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue