update package! with straight recipe

This is needed to avoid downloading the whole hugo configuration of the
repo' documentation website
This commit is contained in:
Lorenzo Giuliani 2019-08-29 14:56:31 +02:00
parent 84cd3b5bfb
commit a9e2bdf28c

View File

@ -53,6 +53,8 @@
(when (featurep! +journal) (when (featurep! +journal)
(package! org-journal)) (package! org-journal))
(package! ox-hugo (when (featurep! +hugo)
:when (featurep! +hugo) (package! ox-hugo :recipe (:host github
:after ox) :repo "kaushalmodi/ox-hugo"
:nonrecursive t
:files (:defaults "*.el"))))