Add support for org-journal

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2019-09-15 13:17:35 +09:00
parent a736158dae
commit 7886138f5b
3 changed files with 22 additions and 2 deletions

View file

@ -49,3 +49,6 @@
(package! centered-window :recipe (:host github :repo "anler/centered-window-mode"))
(package! org-tree-slide)
(package! ox-reveal))
(when (featurep! +journal)
(package! org-journal))