mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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"))))
|
||||||
|
Reference in New Issue
Block a user