diff --git a/modules/lang/org/packages.el b/modules/lang/org/packages.el index 6e04f10b8..f4f4cd52a 100644 --- a/modules/lang/org/packages.el +++ b/modules/lang/org/packages.el @@ -58,3 +58,5 @@ (when (featurep! +hugo) (package! ox-hugo :recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t))) +(when (featurep! :lang rst) + (package! ox-rst))