mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-24 16:30:58 -05:00
use package! macro :when flag
minor change to the README docs
This commit is contained in:
@@ -53,5 +53,6 @@
|
||||
(when (featurep! +journal)
|
||||
(package! org-journal))
|
||||
|
||||
(when (featurep! +hugo)
|
||||
(package! ox-hugo))
|
||||
(package! ox-hugo
|
||||
:when (featurep! +hugo)
|
||||
:after ox)
|
||||
|
Reference in New Issue
Block a user