use package! macro :when flag
minor change to the README docs
This commit is contained in:
parent
ede04f705c
commit
84cd3b5bfb
2 changed files with 4 additions and 3 deletions
|
@ -53,5 +53,6 @@
|
|||
(when (featurep! +journal)
|
||||
(package! org-journal))
|
||||
|
||||
(when (featurep! +hugo)
|
||||
(package! ox-hugo))
|
||||
(package! ox-hugo
|
||||
:when (featurep! +hugo)
|
||||
:after ox)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue